/* CSS Document */
body { 
	background-image: url(backgr.jpg);
}
a:link {font-size: 12px; font-family:Verdana;font-style:inherit; font-weight:bold; color: #666666;}
a:hover {text-decoration: underline;color: #336699;position:relative; top:1px; left:1px;}
a:visited {font-size: 12px; font-family:Verdana;  font-style:inherit; font-weight:bold; color: #336699;}
.style1{
     font-family:"Verdana";
	 font-weight:bold;
	 font-size:12px;
     color: #FF0000;
}
.style2{
     font-family:"Verdana";
	 font-weight:bold;
	 font-size:14px;
	 color:#336699;
}
.style3{
       font-family:Verdana;
	 font-size:13px;
	 color:#000000;
}
.style4{
       font-family:Verdana;
	 font-size:12px;
	 color:#000000;
}

