body {	background-color: #000000; 
		color: #ffffff;
}
img { 	border: none; }
.img_table { width: 100%; }
td { 	text-align: center; 
		vertical-align: top;
}
a:link, a:visited {
		text-decoration:none;
		font-size: normal;
		color: #990000;
}
a:hover {
		color :#dd0000;
}
.header {
		text-align: center;
		font-weight: bold;
		font-size: 26px;
}
.menu a:link, .menu a:visited{
		color: #0000dd;
}
.menu a:hover{
		color: #dd0000;
}
.menu {	
		text-align: center;
		font-weight: bold;
}
.menu td {
		vertical-align: middle;
}
.main_display .cell {
	padding: 3px 3px 3px 3px;
	float: left;
	border: 1px solid #000000;
}
.main_display .internal{
	border: 1px solid #444444;
	background-color: #222222;
}
.main_display img {
	border: 1px solid #444444;
}