a:link {
	color: #FFFF00;
	text-decoration: none;
}
a:visited {
	color: #FFFF33;
	text-decoration: none;

}
a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
a:active {
	color: #FFFF00;
	text-decoration: underline;
}

 BODY { 
 	background: url(images/main_bg.jpg); background-repeat: repeat-x 
}