BODY  {
	font-family : Arial;
	font-size :10;
	color : Blue;
}

A  {
	font-weight: BOLD;
	font-size:16;
}

A:Visited  {
	color : NAVY;
}

A:Active  { color : GREY
}

A:Hover  { color :GREEN
}

LI    {
	font-family: Arial;
	font-weight: BOLD;
	color:RED;
	font-size:15;
}


