﻿body 
{
    font-family: Tahoma;
    font-size: 12px;
}


a:hover
{
    text-decoration: underline;
    color: #f9f9f9;
    font-weight: bold;
}

a
{
    text-decoration: none;
    color: #f9f9f9;
    font-weight: bold;
}

a:hover.google
{
    text-decoration: underline;
    color: black;
    font-weight: bold;
}

a.google
{
    text-decoration: none;
    color: black;
    font-weight: bold;
}

a:hover.pdf
{
    text-decoration: underline;
    color: #990000;
    font-weight: bold;
}

a.pdf
{
    text-decoration: none;
    color: #990000;
    font-weight: bold;
}

h1
{
    font-family: tahoma;
    font-weight: bold;
    font-size: 14pt;
}
