body {
	background-color : #000;
	margin: 0px;
	padding: 0px;

}

.table_style {
	border: 1px solid #667482
}

td {
	font: bold normal 10px Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FEFEFE;
}

.headline {
	font-family: Verdana, Helvetica, sans-serif, Geneva; 
	font-size: 20px;
	font-weight: bold;		
	color: #000000;

}
A:link {
	color: #FEFEFE;
	font-weight: bold;	
	text-decoration: underline;
}

A:active {
	color: #FEFEFE;
	font-weight: bold;
	text-decoration: underline;
}

A:visited { 
	color: #FEFEFE;
	font-weight: bold;
	text-decoration: underline;
}

A:hover {
	color: #EFEFEF;
	font-weight: bold;
	text-decoration: none;
	cursor:pointer;
}
