<style>
A:LINK, A:VISITED { 
	color : #ff8040;
	font-size : 10px;
	
	font-family : "verdana";
	text-decoration : none;
}

A:HOVER {
  color : Red;
	font-size : 10px;
	
	font-family : "verdana";
	text-decoration : none;
}
.standar {
	color : black;
	font-size : 10px; 
	
	font-family : "verdana";
	text-decoration : none;
}
.menu {
	color : Black;
	font-size :12px;
	
	font-family : "verdana"; 
	text-decoration : none;
}
.bg {
	background-image : url(images/bg.gif);
	background-position : top;
	background-repeat : no-repeat;
}
</style>