.text  {
	font-family : Arial, Helvetica, sans-serif;
	color : Black;
	font-size : 11px;
	font-weight : normal;
}

H1  {
	font-family : Arial, Helvetica, sans-serif;
	color : Black;
	font-size : 24px;
	font-weight : bold;
}

H3  {
	font-family : Arial, Helvetica, sans-serif;
	color : Black;
	font-size : 12px;
	font-weight : bold;
}

td  {
	font-family : Arial, Helvetica, sans-serif;
	color : Black;
	font-size : 11px;
	font-weight : normal;
	text-align : center;
}

p  {
	font-family : arial, helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	color : Black;
}

A:link  {
	text-decoration : none; 
	color : #0000FF;
}

A:visited  {
	text-decoration : none;
	color :  #0000FF;
}

A:active  {
	text-decoration : none;
	color :  #0000FF;
}

A:link  {
	text-decoration : none;
	color :  #0000FF;
}

A:hover  {
	text-decoration : none;
 	color : #CC0000; 
}