body
{
background-color: #EFFFEF;
scrollbar-face-color: #F0F0F0;
scrollbar-highlight-color: #000000;
scrollbar-shadow-color: #808080;
scrollbar-3dlight-color: #d0d0d0;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #e0e0e0;
scrollbar-darkshadow-color: #000000;
font-family: Times,Helvetica,sans-serif;
font-size: 12pt;
color: #000000;
text-align: justify;
}
h3
{
font-family: Tahoma,Arial,Helvetica,sans-serif;
font-size: 16pt;
color: #800000;
font-weight: bold;
text-align: center
}
h2
{
font-family: Tahoma,Arial,Helvetica,sans-serif;
font-size: 14pt;
font-weight: bold;
text-align: center
}
a:link
{
color: #0000FF;
text-decoration: none
}
a:active
{
color: #0000FF;
text-decoration: none
}
a:visited
{
color: #0000FF;
text-decoration: none
}
a:hover
{
color: #0000FF;
text-decoration: underline
}
formtag
{
font-family: Tahoma,Arial,Helvetica,sans-serif;
font-size: 10pt;
font-weight: normal;
text-decoration: none;
border: #666666;
border-style: solid;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px
}
table
{
font-family: Times,Helvetica,sans-serif;
font-size: 12pt;
font-weight: normal;
text-decoration: none;
}
.banner 
{
    background-image: url("../banner.png"); 
    background-color: #cccccc;
    width: 900px;
    height: 300px;
    background-position: center;
    background-repeat: no-repeat; 
    background-size: cover;
}
#button 
{
    display: inline-block;
    color: white;
    background-color:#800000;
    padding: 8px;
    margin-top: 220px;
    text-decoration: none;
    font-weight: bold;
    font-family: sans-serif;
}
#button:hover
{
    background-color:#c51919;
}
