	body	{ background-color: white; font-family: arial; color: black;  font-weight: normal; font-size: 15px; }

A  {
	color : blue; font-weight: bold;
	text-decoration : underline;
}

A:Visited  {
	color : purple; font-weight: bold;
	text-decoration : underline;
}

A:Active  {
	color : red; font-weight: bold;
	text-decoration : underline;
}

A:Hover  {
	color : red; font-weight: bold;
	text-decoration : underline;
}
