/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0000BF;
	line-height: 1.5em;
}
body {
	background-color: #000000;
	background-image: url(images/runningnumbers.jpg);
}
a:link {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #999999;
	font-weight: bold;	
}
a:active {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;	
}
.tag {
	font-size: 10pt;
	color: #CCCCCC;
}
.headline {
	font-size: 18px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.headlineblue {
	font-size: 18px;
	color: #000095;
}
.headlineblue2 {
	font-size: 15px;
	color: #000095;
}

.headline2 {
	font-size: 18px;
	color: #000000;
}
.linkgreyback {
	background-color: #666666;
}
.hp_div {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
