﻿.ads
{
    width: 200px;
}
.defaultfont
{
    font-family: "Arial";
    font: "Arial" Black;
}
.noborder {
    border: 0px solid;
}
.heading
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: large;
    color: White;
    background: transparent url(media/blue2.jpg) center center repeat-x;
}
.money
{
    font-size: xx-large;
    font-weight: bold;
    color: #009933;
}

.hidden
{
    display:none;
}


.text
{
    width: 100%;
    font-family: Arial,Helvetica,sans-serif;
    font-size: small;
    letter-spacing: 1px;
    word-spacing: 3px;
    color: #000000;
}
.text h2 
{
    font-size: medium;
    font-weight: bold;
    display:inline;
}
.text h1
{
    font-size: large;
    font-weight:bold;
    display:inline;
}
.text h3
{
    font-weight:normal;
    text-decoration:underline;
    display:inline;
}