﻿body
{
    margin: 0px;
    font-size: 12px;
    font-family: Tahoma, Arial, 'Microsoft Sans Serif';
}
h1 
{
    color: #0000AA;
    font-size: 16px;
}
h2 
{
    color: #0000AA;
    font-size: 14px;
}
h3 
{
    color: #0000AA;
    font-size: 12px;
    font-weight: bold;
}
a {
   color: #0000D0;
   text-decoration: none;
}

a:visited {
   color: #0000D0;
   text-decoration: none;
}
a:hover {
   text-decoration: none;
   color: #0000E0;
   text-decoration: underline;
}
