font{
	color: white;
	font-family : Arial;
	font-size: small;
}
}
A:ACTIVE{
	color: #ff0000;
}
A:LINK{
	color : yellow;
}
A:VISITED{
	color : #ff0000;
}
A:HOVER{
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}
