﻿*
{
    padding: 0px;
    margin: 0px;
}

body 
{
	
	background-color:Black;

    
}

.menuLink
{
    border: solid 1px #000; 
    WIDTH: 120px; 
    HEIGHT: 25px; 
    background-color: #EEEEEE; 
    padding-top: 5px; 
    text-decoration: none; 
    color: #000;
    display: block;
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
}

.menuLink:hover
{
    border: solid 1px #000; 
    WIDTH: 120px; 
    HEIGHT: 25px; 
    background-color: #EEEEEE; 
    padding-top: 5px; 
    text-decoration: none; 
    color: red;
    display: block;
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
}

.menuLinkOn
{
    border: solid 1px #000; 
    WIDTH: 120px; 
    HEIGHT: 25px; 
    background-color: #EEEEEE; 
    padding-top: 5px; 
    text-decoration: none; 
    color: red;
    display: block;
    font-weight: bold;
    font-family: Arial;
    font-size: 10pt;
}

.copyright
{
    font-size: 7.5pt;
    font-family: Arial;
    color: #000;
}

a
{
    color: #660000;
    text-decoration: none;
}

a:hover
{
    color: Red;
}