body {
    font-family:"Arial";
	background: url('Images/blackbackgrid.png'); 
    background-repeat: repeat;
    background-position: center;
    color:white;
}

table
{
color:white;
border:none;
background-color:#202020;
border-collapse:collapse;
font-family:"Arial";
}

td, tr
{
border:none;
}

.headertable
{
color:black;
border:none;
background-color:transparent;
font-family:"Arial";
}

.copyright
{
    color:rgb(51, 204, 0); 
    font-weight: bold;
}

.titlelayer
{
    position:absolute;
    z-index: 1; 
    top: 0px;
    width: 100%;
}

.menulayer
{
    position:absolute;
    z-index: 2; 
    top: 80px;
    width: 100%;
}

.spacer
{
    width: 100%;
    height: 95px;
}

/*a:link {color:#00FF00;}      /* unvisited link */
/*a:visited {color:#00FF00;}  /* visited link */
/*a:hover {color:#00FF00;}  /* mouse over link */
/*a:active {color:#00FF00;}  /* selected link */

h1{font-family:"Arial";} 
p{font-family:"Arial";} 