﻿body 
{
    font-family: Tahoma;
    font-size:12px;
    color: #313131;
}

h1
{
    font-family: Tahoma;
    font-size: 13px;
    color: #ee1155;
    margin: 0px;
    margin-bottom: 10px;
    padding: 0;
}

h2
{
    font-family: Tahoma;
    font-size: 13px;
    color: #585858;
}

a
{
    text-decoration: none;
    color: #0e6dbf;
}

a:hover
{
    text-decoration: underline;
    color: #0e6dbf;
}

a:active
{
        color: #0e6dbf;
}

a:current
{
        color: #0e6dbf;
}

p
{
    margin: 0;
    padding: 0;
    line-height: 17px;
    margin-bottom: 20px;
}

.links a
{
    color: #ffffff;
    font-family: Tahoma;
    font-size: 11px;
    letter-spacing: 1px;
    text-decoration: none;    
}

.links a:hover
{
    text-decoration: underline;
}

.links a:active
{
    text-decoration: none;
}

.links a:current
{
    text-decoration: none;
}

.red
{
    color:Red;
}

.big-red
{
    color:Red;
    font-size: 25px
}

.big-green
{
    color:Green;
    font-size: 25px    
}

.blue
{
    color: #0e6dbf;
}
