body {
	font-family: Helvetica, Arial, sans-serif;
	color: #e4f4f9;
	background-color: #222222;
	background-attachment: fixed;	
	font-size:small;	
}

a {
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	text-decoration:none;
	color:#b7a87a;
}
a:hover {
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #b7a87a;
	text-decoration:none;
	color:#666666;
}

h1 {
	font-size: 16pt	;
	font-weight: bold;
	color: #b7a87a;
}

table td { 
	border:0px solid #000000; 
} 