﻿body
{
    font-family: 'Segoe UI','Lucida Grande',Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    margin: 0px;
    background:#ffffff;
    font-size: 0.7em;
}


a:link
{
    color: Black;
}
a:visited
{
     color: Black;
}
a:hover
{
    text-decoration: none;
    color: #CC9933;
}
a:active
{
    text-decoration: none;
    color:Black;
}

input,textarea,select, table
{
    font-size:7.9pt; 
    /*text-transform: uppercase;*/
    font-family: Verdana, Helvetica, Helvetica-Narrow, sans-serif;
}

/* Use headers in the markup for accessibility reasons but control look with styles below*/

h1, h2, h3, h4, h5, h6
{
   margin: 2px 0 2px 0;
}

h1
{
    font-size: 28px;
    font-weight: bold;
   margin: 5px 0 5px 0;
}

