.body {
	font-family: "Lucida Grande", Verdana;
	font-size: 12px;
	font-style: normal;
	letter-spacing: 1px;
}
A:LINK {
color : white;
font-weight : bold;
text-decoration: underline
} 
A:VISITED {
color : Black;
font-weight : bold;
text-decoration: none
} 
A:HOVER {
color : gray;
text-decoration : underline;
} 
A:ACTIVE {
color : Red;
text-decoration: underline
}
