a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;


}
a:visited {
	color: #FFFFFF;
	font-weight: bolder;
	text-decoration: none;

}
a:active {
	color: #FFFFFF;
	text-decoration: underline overline;
}
a:hover {
	color: #FFFFFF;
	background-repeat: repeat;
	text-decoration: underline overline;


}
