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

a:link {
	color: #762123;
	text-decoration: none;
	outline:none;
}
a:visited {
	text-decoration: none;
	color: #762123;
	outline:none;	
}
a:hover {
	text-decoration: none;
	color: #333333;
	outline:none;	
}
a:active {
	text-decoration: none;
	outline:none;	
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color:#B9C7D4;
	color: #666666;
	margin:0px;
	padding:0px;
}

#container{
width:746px;
padding:17px;
background-color:#f1e3c5;
}

#content{
width:745px;
background-color:#f1e3c5;
	text-align:justify;

}
#menu{
width:289px;
float:left;
}
#containerIMG{
width:456px;
float:left;
}
#submenu{
width:196px;
float:right;
padding-left:17px;
}
#columnRight{
width:230px;
float:right;
}
#submenu_bg{
width:196px;
text-align:center;
background-color:#ead4a2;
}

.font2{
font-size:14px;
}</pre></body></html>