BODY
{
    font-weight: normal;
    font-size: 12px;
    color: black;
    font-family: Arial;
    text-decoration: none;
    background-color: #ffffff;
    margin: 0px;
}	

#content
{
    width: 800px;
    margin: 20px auto;
    padding: 1px 0;
    text-align: left;
    background: #ffffff;
    color: #252525;
    border-top: 1px solid #606060;
    border-left: 1px solid #606060;
    border-right: 1px solid #606060;
    border-bottom: 1px solid #606060;
    height: 100%;
}
#header
{
    font-weight: bold;
    font-size:18px;
    vertical-align: top;
    text-align: center;
    background-color: white;
}


/* SPECIFIC TO ELEMENTS */
A 
{
background-color: transparent;
text-decoration: none;
}

A:hover
{color: red;
background-color: transparent;}

A:active 
{color: green;
background-color: transparent;}

A:visited
{
background-color: transparent;}
.btn1
{
    font-weight: bold;
    font-size: 12px;
    width: 100px;
    color: white;
    height: 22px;
    background-color: #00008b;
}
.btn2
{
    font-weight: bold;
    font-size: 12px;
    width: 100px;
    color: black;
    height: 22px;
    background-color: #ff0000;
}
h2
{
    font-weight: bold;
    font-size: 18px;
    color: #00008b;
}