a:link {color: #2D75CB;}
a:visited {color: #2D75CB;}
a:active {color: #2D75CB;}
a:hover {color: #2D75CB;}

body {
	background-color: #000000;
	background-image: url("BlueSpaceBG.gif");
	margin-left: 153px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-top: 25px;
	color: #FFFFFF;
	text-align: center;
	font-family: "Calisto MT";
}


h1 {
	font-family: "Papyrus";
}


h1.title {
	font-size: 36pt;
	font-weight: normal;
	color: #FFFFFF;
}

h1.header {
	font-size: 20pt;
	font-weight: normal;
	color: #2D75CB;
}

table {
	margin-left: auto;
	margin-right: auto;
}

table.visible {
	background-image: url("Tile.jpg");
	background-repeat: repeat;
	border-width: 1px;
	border-spacing: 0px;
	border-style: outset;
	border-color: white;
}

tr.header {
	font-weight: bold;
}


td {
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: silver;	
	padding: 3px;
}

td.hidden {
	text-align: center;
	border-width: 0px;
	padding: 3px;
}

hr {
	width: 90%;
	color: #2D75CB;
}

hr.long {
	width: 100%;
}
