﻿body 
{
    background-image:url('../img/1.gif');
    background-repeat:repeat
}

.mainbody 
{    
     width:700px; 
     background-image:url('../img/bg_bluePrint.gif');
     text-align:center;
     padding:0 0 0 0;
}

.topnav a
{
	padding:0 0 0 0;
    color:White;
    font-size:10pt;
    text-decoration:none;
    font-family:Arial Black;
}

.topnav a:hover
{
	padding:0 0 0 0;
    color:red;
    font-size:10pt;
    text-decoration:none;
    font-family:Arial Black;
}

.bottomnav a
{
    color:White;
    text-decoration:none;
    font-family:Arial;
}

.bottomnav a:hover
{
    color:red;
    text-decoration:none;
    font-family:Arial;
}
