﻿body
{
}
h6
{
    font-size: 110%;
    font-weight: normal;
}

a.link {color: #ff0000;}

a:link {color: #ff0000;}
a:visited {color: #ff0000;}
a:active {color: white;}
a:hover {color: white;}
/*a {text-decoration: none;}*/

.white_norm
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
    text-decoration: none;
}

.red_norm
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: red; /*text-decoration: none;*/
}

.copyright
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #ff0000;
    text-decoration: none;
}


