﻿/** Basic Stylesheet 03-15-2006 Brian Timmer **/

body
{
    margin-left: 50px;
    margin-right: 50px;
    background-color: #146635;
}

body, p, td, th, a, h1, h2, h3, h4, h5
{
    font-family: Arial, Verdana, Sans-Serif;
}

a 
{
    text-decoration: none;
    color: #333;
}

a:hover
{
    text-decoration: underline;
    color: #f00;
}