
body
{
    background-color: #E9DFCD;
    margin: 20;
}

font, th, td, p
{
    font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
    font: 12px;
	color: #DAE378;
}

h2
{
    font: 2px;
    font-weight: bold;
    margin: 0px;
    color: #000000;
    margin: 0px;
    text-transform: uppercase;
}
h3
{
    font: 14px;
    font-weight: bold;
    margin: 0px;
    color: #E37878;
    text-transform: uppercase;
}

a:link, a:visited, a:active
{
    font-weight: bold;
    text-decoration: none;
    color : #7878E3;
}
a:hover
{
    font-weight: bold;
    text-decoration: underline;
    color : #7878E3;
}

.brushlink
{
    font-weight: bold;
    color : #000000;
    text-transform: uppercase;
}
a.brushlink
{
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
}
a.brushlink:link
{
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
}
a.brushlink:active
{
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
}
a.brushlink:visited
{
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
}
a.brushlink:hover
{
    text-decoration: underline;
    color: #000000;
    text-transform: uppercase;
}

.brush
{
    background-image: url(images/brush.gif);
    background-repeat: repeat-x;
    background-position: left center;
}

.box
{
    border: 2px solid white;
}

.dashedbox
{
    border: 2px dashed white;
}

.boardtext
{
    font-weight: bold;
    color: white;
    text-transform: uppercase;
}

