
BODY  {
	font-family : Arial;
	font-size :16;
	font-weight : normal;
	color :GREEN;
}

A	{
	font-family : Arial; 
	font-weight : Bold;
	size : 18px;
	COLOR: BLUE
}

LI:    {
	font-family:Arial;
	font-weight:normal;
	color:BLUE;
	font-size:20px;
}

A:Visited  {
	color : #3366ff;
}

A:Active  { 
	color :SILVER
}

A:Hover  { 
	color :RED
}

TD    {
	font-family:Arial;
	font-weight:normal;
	color:BLUE;
	font-size:16px;
}

UL  {
	font-family:Arial;
	font-weight: normal;
	color:BLUE;
	font-size:16px;
}