A:link
{
    font-size : 12px;
	text-decoration: none;
	font-weight: bolder;
	color :blue;
}
A:active
{
    font-size : 12px;
	text-decoration: bold;
	font-weight: bolder;
	color :Blue;
}
A:visited
{
    font-size : 12px;
	text-decoration: none;
	font-weight: bolder;
	color :blue;
}
BODY
{
    BACKGROUND: FFFFCC;
    FONT-FAMILY: Verdana;
    font-weight: bold;
    color: black;
    text-size : 10px;
 
}
A:hover
{
    text-decoration: underline;
	color:green;
	font-size: brown;
}
