body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size:11px;
	background-color:#000000;
}
P,TD,UL {
	font-size:11px;
}
H1 {
	font-size:16px;
	line-height:16px;
	font-weight:bold;
}
a:link, a:active {
	color: #DA251C;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DA251C;
	
}
a:visited {
	color: #DA251C;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DA251C;
}
a:hover {
	color: #FFFFFF;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}