body
{
	font-family: Verdana;
	font-size: 14px;
	background: white;
	margin: 0px 0px 0px 0px;
	color: white;
	background-color: rgb(0,67,189);
    background-image: url(./images/background.gif);
    background-repeat: no-repeat;
}

h1
{
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    padding: 1px;
    margin: 1px;
}

h2
{
    font-size: 15px;
    font-weight: 900;
    padding: 1px;
    margin: 1px;
}


span.logosubtext
{
    float: left;
    clear: both;
    font-size: 35px;
    font-weight: 900;
    padding-left: 10px;
    color: white;
}

div.titlebox
{
    background-color: rgb(0,70,205);
    border-color: black;
    border-style: solid;
    border-width: 1px;
    margin-left: 10px;
    margin-top: 5px;
}

div.box
{
    #background-color: rgb(0,80,225);
    background-color: transparent;
    #border-color: black;
    #border-style: solid;
    border-style: none;
    #border-width: 1px;
    margin-left: 10px;
    margin-top: 5px;
    padding: 10px;
}

#main
{
    float: left;
    width: 550px;
}

#links
{
    float: left;
    clear: left;
}

#links a,a:visited
{
    float: left;
    clear: left;
    padding-right: 10px;
}

a
{
    color: white;
    text-decoration: none;
    font-weight: 900;
}

a img
{
    border-style: none;
    border-width: 0px;
}

a:hover
{
    text-decoration: underline;
}

a.mp3
{
    float: left;
    clear: left;
}

img.boximage
{
    width: 100%;
    margin: 10px;
    border-color: rgb(0,67,189);
    border-style: solid;
    border-width: 1px;    
}

img.head
{
    margin: 10px;
    border-color: rgb(0,67,189);
    border-style: solid;
    border-width: 1px;      
}