BODY, TD {
	font-family : "Times New Roman";
	font-size: 16px;
	list-style-type : disk;
}

A  {
	color : white;
	text-decoration : none;
}

A:Visited  {
	color : white;
	text-decoration : none;
}

A:Active  {
	color : white;
	text-decoration : underline;

}

A:Hover  {
	color : white;
	text-decoration : underline;
	
}

BODY  {
	color : Black;
	background-color : white;
	list-style-type : disk;
}



