﻿
h1,h2, h3,h4,h5,h6
{
     color:#000099;
     font-family:"Century Gothic";
}
.normal
{
	color: #000099;
	font-family: "Century Gothic";
	font-size: 12;
}

.menu
{
	color : Gold;
	font-family: "Century Gothic";
	font-size: 11;
	font : bold;
}

.table
{
    color: Gold;
    font-family: "Century Gothic";
    font-size: 12;
}

a:link
{
	text-decoration: none;
	color: gold;
}

a:visited
{
	text-decoration: none;
	color: gold;
}

A:active	{	
	text-decoration:	none;
	color:	red;
	}	

A:Hover 
{
	text-decoration: none;
	color: red;
}


