﻿.normal
{
        font-family:Century Gothic ;
        color: black;
        font-size: 10pt;
}
h1,h2,h3,h4,h5,h6
{
    color: #ffffff;
    font-family:"Century Gothic";
}

.grid
{
        font-family:Century Gothic ;
        color: white;
        font-size: 8pt;
}

.btn
{
        font-family:Century Gothic ;
        color: maroon;
        font-size: 7pt;
}

.info
{
        font-family:Century Gothic ;
        color: maroon;
        font-size: 9pt;
}

a:link {
	color: #000066;
	text-decoration: none;
}

a:visited {
	color: #000066;
	text-decoration: none;
}

a:active {
	color: #000066;
	text-decoration: none;
}

a:hover {
    text-decoration : none;
    color : maroon;
}