﻿body
{
    margin: 0;
    background: #3366CC;
    font-family: Tahoma;
    font-size: 12px;
    color: Black;
}

.main
{
    font-family: Georgia;
    font-size: 16px;
    color: Black;
}

.title
{
    font-family: Georgia;
    font-size: 18px;
    font-weight: Bold;
    color: Black;
}

.bottom
{
    font-family: Georgia;
    font-size: 12px;
    color: Black;
}

.input
{
	font-size: 16px;
	color: Black;
	font-style: Normal;
	font-family: Georgia;
	font-variant: normal;
	text-decoration: none;
	border: 1px solid Blue;
}

a:link { font-size: 16px; color: Blue; font-style: normal; font-family: Georgia; font-variant: normal; text-decoration: none; }
a:visited { font-size: 16px; color: Blue; font-style: normal; font-family: Georgia; font-variant: normal; text-decoration: none; }
a:hover { font-size: 16px; color: White; font-style: normal; font-family: Georgia; font-variant: normal; text-decoration: none; }
a:active { font-size: 16px; color: Blue; font-style: normal; font-family: Georgia; font-variant: normal; text-decoration: none; }

a.bottom:link { font-size: 12px; color: Blue; font-style: normal; font-family: Georgia; font-variant: normal; text-decoration: none; }
a.bottom:visited { font-size: 12px; color: Blue; font-style: normal; font-family: Georgia; font-variant: normal; text-decoration: none; }
a.bottom:hover { font-size: 12px; color: Red; font-style: normal; font-family: Georgia; font-variant: normal; text-decoration: none; }
a.bottom:active { font-size: 12px; color: Blue; font-style: normal; font-family: Georgia; font-variant: normal; text-decoration: none; }