BODY {
	font-family: Tahoma, Arial;
	color : Black;
	font-weight : normal;
	font: 12px;
}

STRONG {
	font-family: Tahoma, Arial;
	color : Black;
	font-weight : bold;
	font: 17px;
}

P {
	font-family: Tahoma, Arial;
	color : Black;
	font-weight : normal;
	font: 12px;
}


TABLE {
	font-family: Tahoma, Arial;
	text-decoration : none;
	color : Black;
	font-weight : normal;
	font: 12px;
}
TD { 
	font-family: Tahoma, Arial;
	text-decoration : none;
	color : Black;
	font-weight : normal;
	font: 12 px
}

A:LINK {
	font-family : Tahoma, Arial;
	text-decoration : none;
	color : Black;
	font-weight : bold;
	font: 12px;
}
A:VISITED {
	font-family : Tahoma, Arial;
	text-decoration : none;
	color: Black;
	font-weight : bold;
	font: 12px;
}
A:HOVER {
	font-family : Tahoma, Arial;
	text-decoration : none;
	color: Red;
	font-weight : bold;
	font: 12px;
}