<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* EasyWeb html style file */



body 
{    
    
    font-size:15px;	
    color:#f7d97e;    
    margin:0;
    padding:0;
	position:relative; 
	height:100%;	  
    background:url(/templates/main/images/background.jpg) repeat-y;
}


/* txt  */
p, input, select, body, td, th, div, span, h1, h2, h3, h4, h5, h6, li { font-family: Arial, Helvetica, sans-serif; }

p
{	
	margin:0 0 2.0em 0;
	padding: 0;
    line-height:1.5em;
}

h1
{				
	font-size: 40px;
	font-family:  Arial, Sans-Serif;
	margin: 0em 0 1em 0;
	font-weight: normal;
	color: #f7d97e;	
}

h2
{				
	font-size: 18px;
	font-family: Arial, Sans-Serif;
	margin: 0 0 0 0;
	font-weight: bold;
	color: #f9faf9;
	padding-bottom: 15px;
}

h3
{				
	font-size: 14px;
	margin: 0 0 0.5em 0;
	font-weight: bold;
	color: #f9faf9;			
}

h4
{	
	font-size: 13px;			
	margin: 0 0 0.6em 0;
	font-weight: bold;
	color: #fff;	
}

h5
{				
	font-size: 14px;
	margin: 0 0 0.5em 0;
	font-weight: bold;
	color: #fff;
}

h6
{				
	font-size: 12px;
	margin: 0 0 0.4em 0;
	font-weight: bold;
	color: #fff;
}

a
{				
	text-decoration:underline;
	color:#fff;
	outline:none;
				
}

a:hover		
{
    text-decoration:none;
	color:#fff;
}

ul { margin: 3px 0 3px 5px; padding: 3px 0 0 15px; }


ol { }

ol &gt; li { list-style-image: none; list-style-type: decimal; }

ol &gt; li &gt; ol &gt; li { list-style-image: none; list-style-type: lower-alpha; }

img { border: 0; }



p.MyText { font-size: 14px; text-align: justify; padding: 0 0 0 0; margin: 0 0 0 0; color: #FFF; }



.obtokLeft { float: left; padding-right: 10px; padding-bottom: 10px; }

.obtokRight { float: right; padding-left: 10px; padding-bottom: 10px; }
</pre></body></html>