body
{
    margin: 0px;
    padding: 0px;
    cursor: url(images/cursor.cur);
    background-image: url(images/background.jpg);
    font-family: arial;
}
h1
{
    color: #FF0000;
}
img
{
    border-color: #0000FF;
}
a:link
{
    color: #FF0000;
}
a:visited
{
    color: #FF0000;
}
a:hover
{
    color: #000000;
}

.largetext
{
    font-size: 24px;
    color: #0000FF;
}
.mediumtext
{
    font-size: 20px;
    color: #0000FF;
}
.smalltext
{
    font-size: 16px;
    color: #000000;
}
.bottomtext
{ 
    font-size: 12px;
    color: #FFFFFF;
}

div#header h1
{
    margin-bottom: 0px;
}
div#content
{
    width: 100%;
    margin-bottom: 0px;
}
div#footer
{
    background: #333333;
    margin-bottom: 0px;
}
div#extra
{
    background: #FF8539;
    margin-bottom: 0px;
}
div#navigation
{	
    width: 100px;		 
    background: #B9CAFF;
}

