﻿body
{
    font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    background: #999999;
    margin: 0px 0px 0px 0px;
    font-size:0.9em;
}
a:link
{
	text-decoration: none;
    color: #0000CC;
}
a:visited
{
	text-decoration: none;
    color: #0000CC;
}
a:hover
{
    text-decoration: underline;
    color: #0000FF;
}
a:active
{
	text-decoration: none;
    color: #0000FF;
}

input, select, textarea
{
    font-size:0.8em; 
    font-family: arial, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
}

h1, h2, h3, h4, h5, h6
{
   margin: 0px 0px 0px 0px;
}

h1
{
    font-size: 20px;
    font-weight: bold;
    margin: 0px 0 0px 0;
}
h1 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
    text-decoration: underline;
    color: #000000;
}
