html {height: 100%; margin-bottom: 1px;}
body {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 76%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
color: #000;
background-color: #fff;
}
a {
    color : #000;
    text-decoration : underline;
}
a:link {color:#000;}
a:visited {
    color:#000;
}
a:hover, a:focus {
    background-color: #003df5;
    text-decoration : none;
    color:#fff;
}
h1 {
    font-size: 1.6em;
    color: #000;
    font-family: arial, verdana, helvetica, sans-serif;
    }

h2 {
    color: #000;
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 1.4em;
    }
h3 {
    color: #000;
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 1.3em;
    }
p {
    font-size: 1.0em;
    line-height: 1.6em;
    margin: 1em 0em 1em 0em;
    }

