﻿body
{
    margin: 0px 0px 0px 0px;
    font-family: "Trebuchet MS", Tahoma, Verdana;
    font-size: smaller;
}

td
{
    font-family:"Trebuchet MS", Tahoma, Verdana;
    font-size: smaller;
    color: Gray;
}

a
{
    font-family:"Trebuchet MS", Tahoma, Verdana;
    font-size: smaller;
    color: green;
		font-size: 16px;
    text-decoration: none;
}
a:hover
{
    font-family: "Trebuchet MS", Tahoma, Verdana;
    font-size: smaller;
    color: white;
		background-color: green;
		font-size: 16px;
		font-weight: bold;
    text-decoration: underline;
}

.title
{
    color: #E3556A;
    font-weight: bold;
}

.webBg
{
    background-position: center center;
    background-image: url(../images/splash.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
}
