﻿body
{
    font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    margin: 0px;
    font-size: 0.7em;
  
    
}
a:link
{
    color: Navy;
    text-decoration:none;
}
a:visited
{
    color: Maroon;
    text-decoration:none;
}
a:hover
{
    text-decoration:underline;
    color: Silver;
}
a:active
{
    text-decoration: none;
    color: #000000;
}

input, select, textarea
{
    font-size:1em; 
    font-family: arial, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
}

h1, h2, h3, h4, h5, h6
{
   margin: 2px 0 2px 0;
}

h1
{
    font-size: 16px;
    font-family:Sans-Serif;
    font-weight: bold;
   margin: 5px 0 5px 0;
   
   
}

h2
{
    font-size: 8px;
    font-weight: bold;
   	margin: 5px 0 5px 0;
   	color:Navy;
   font: caption;
}
h1 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
    text-decoration: none;
    color: #000000;
}
