html  {
	height:100%;
}

a { 
	font-family : Arial, Helvetica, sans serif;
	font-size : 12px;
	font :  bold; 
	color: #FFFFFF;
	text-decoration:underline;
}

a:visited { 
	color: #FFFFFF;
	text-decoration:underline;
}
 
a:hover {
	color: #FECEDB;
	text-decoration:none;
}
a:active {
	color: #FECEDB;
	text-decoration:none;
}

