﻿html {
	background-color: black;
	color: white;
}

body{
	color: white;
}

.top{
	text-align: center;
	width: 100%;
	background-repeat: no-repeat;
}

.top_header{
	font-size:xx-large;
}

.top_nav_row:link {
}

.top_nav_table {
	border-bottom-color: navy;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-top-color: navy;
	border-top-width: thin;
	border-top-style: solid;
	width: 100%;
}

.top_nav_row {
}

.top_nav_link{
	text-decoration: none;
	color: white;
}

.top_nav_link:hover{
	background:navy;
}

.topNavCell:hover {
	background:navy;
}
.mainTable {
	width: 100%;
}
.leftColumn {
	width: 200px;
}
.rightColumn {
	width: 200px;
}
.mainColumn {
	text-align: center;
	font-size: large;
}
h1 {
	text-align: center;
	color: #CC3300;
}
