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: 12px;
	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;}
	
.menu{
	COLOR: #6e6a69; TEXT-DECORATION: none;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
	A.menu:active{color:#6e6a69;text-decoration : none;}
	A.menu:link{color : #6e6a69;text-decoration : none;}
	A.menu:visited{color : #6e6a69;text-decoration : none;}		
	A.menu:hover{color : #0000FF;text-decoration : none;}
