

body {
	background-color: Black;
	color: White;
	font-size: 12pt;	
	font-family: Arial;
	/*background: url(images\background.gif);*/
}

.HeaderMenu {
	font-size: 10pt;	
	font-family: Arial;
	background-color: D0D0D0;
	color: black;
	text-align: center;
	font-weight: bold;
	cursor: hand;
	cursor:pointer;	
}

.HeaderMenu td {height: 25px;}

a {color:white; text-decoration: none;}
a:hover {font-weight: bold;}	
a.visited {color:white;}	