body {
	background-image: url('bg.png');
	background-repeat: sRepeat;
	background-color: #E4E4E4;
	font-family: tahoma;
	font-size: 8pt;
	color: #000000;
	text-align: justify;
		scrollbar-face-color: #DCDCDC; 
		scrollbar-shadow-color: #DCDCDC;  
		scrollbar-highlight-color: #DCDCDC;  
		scrollbar-3dlight-color: #DCDCDC; 
		scrollbar-darkshadow-color: #BFBFBF; 
		scrollbar-track-color: #DCDCDC; 
		scrollbar-arrow-color: #000000;
             } 

a:link, a:active, a:visited {
	color: #CA191F;
	font-weight: bold;
	text-decoration: none;}

a:hover {
	color: #000000;
	font-weight: none;
	text-decoration: none;}