A {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : red;
	font-weight: bold;
	text-decoration : none;
}


A:HOVER {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : red;
	font-weight: bold;
	text-decoration : underline;
}


A:VISITED {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #666666;
	font-weight: bold;
	text-decoration : none;
}

BODY {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : White;
	text-decoration : none;
	background-color: #414141;
}

TABLE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}


B {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #FFFFFF;
	text-decoration : none;
	font-weight: bold;
}


