BODY {
	
	font : 12px "Times New Roman", Times, serif;
	color: Black;
	}

A:LINK {
	text-decoration : none;
	color : black;
}

A:VISITED {
	text-decoration : none;
	color : black;
}

A:ACTIVE {
	text-decoration : none;
	color : black;
}

A:HOVER {
	text-decoration : underline;
	color : red;
}

P {
	margin-left : 5px;
	margin-right : 10px;
	margin-bottom : 5px;
	margin-top : 5px;
}


TABLE {
	font-size : 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Black;
}
