a:link
{
    color: #0000FF;
    text-decoration: none;
}

a:active
{
    color: #0000FF;
    text-decoration: none;
}

a:visited
{
    color: #003399;
    text-decoration: none;
}

a:hover
{
    color: #3399FF;
    text-decoration: none;
}

body
{
    background-position: center top;
    background-color: #FFFFFF;
    background-image: url(back.jpg);
    background-repeat: no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 10px;
}


#container
{
    width: 800px;
    height: 600px;
    text-align: justify;
}

#header
{
    background-position: center top;
    width: 800px;
    height: 100px;
    background-image: url(title.png);
    background-repeat: no-repeat;
}

#navbar
{
    width: 100px;
    height: 500px;
    float: left;
}

#box1
{
    width: 600px;
    height: 475px;
    float: right;
    padding: 5px;
    overflow: auto;
}

/*headings*/
#box1 h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #000066;
}

/*boxed text*/
#box1 h2
{
    padding: 5px;
    width: 500px;
    float: left;
    visibility: collapse;
    border-style: ridge;
    font-family: 'Times New Roman' , Times, serif;
    font-size: 12px;
    color: #006600;
}

