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

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

}

h2
{
    font: 16px;
    font-weight: bold;
    margin: 0px;
    color: #0202B6;
    margin: 0px;
    text-transform: uppercase;
}
h3
{
    font: 14px;
    font-weight: bold;
    margin: 0px;
    color: #B60202;
    text-transform: uppercase;
}

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

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

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

.post
{
    background-image: url(images/postcurlnone.gif);
    background-repeat: repeat;
    background-position: center middle;
    text-align: center middle;
}

.paper
{
    background-image: url(images/notepaper.gif);
    background-repeat: repeat;
    background-position: left top;
}

.notepapermargin
{
    background-image: url(images/notepapermargin.gif);
    background-repeat: repeat-y;
    background-position: right top;
}

.postit
{
    border-bottom: 1px solid black;
    border-left: none;
    border-right: 1px solid black;
    border-top: none;
}

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