﻿body
{
    background: #184910 url('images/Baseball/background.jpg') repeat;
    color: #FFFF00;
    font-weight:bold;
}

#header h1
{
    color: #FFFF00;
}

h1, h2, h3, h4, h5, h6
{
    color: #FFFF00;
}

h2
{
    font-size:25px;
}

a:link
{
    color: #00FF00;
    text-decoration: underline;
}
a:visited
{
    color: #FF8200;
}
a:hover
{
    color: #FFFF00;
    text-decoration: none;
}
a:active
{
    color: #FFFF00;
}


fieldset legend
{
    color: #FFFF00;
}


.editLink
{
    color: #FF8200;
}

.editLink a:link, .editLink a:visited, .editLink a:active
{
    color: #FF8200;
}

.editLink a:hover
{
    color: #FFFF00;
}
