<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

body {
	background-image:url(images/back_color_acta.jpg);
	background-repeat:repeat-x;
	background-color:#FFF;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	}

</pre></body></html>