BODY {
	BACKGROUND: url(../Images/background.jpg) repeat-x 50% bottom;
}

.top{
	COLOR: #ffffff; TEXT-DECORATION: none;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
	A.top:active{color:#ffffff  ;text-decoration : none;}
	A.top:link{color : #ffffff;text-decoration : none;}
	A.top:visited{color : #ffffff;text-decoration : none;}		
	A.top:hover{color : #FFFF00;text-decoration : none;}

.main{
	COLOR: #FF0000; TEXT-DECORATION: none;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
	A.main:active{color:#FF0000  ;text-decoration : none;}
	A.main:link{color : #FF0000;text-decoration : none;}
	A.main:visited{color : #FF0000;text-decoration : none;}		
	A.main:hover{color : #0000FF;text-decoration : none;}
