
a:link
{
	color: Navy;
}
a:visited
{
	color: Navy; 
} 
a:active 
{
	color: Navy;
}
body
{
	color: Black;
	background: White;
	font-family: Arial;
	font-size: smaller;
}		

.maintitle {
	background : #483D8B;
	color : Yellow;
}

.menu {
	background : #F0F9F9;
	font-weight : bolder;
	font-size : small;
	}

table
{
 background: transparent;
}

h1
{
	background: White;
	color: Red;
	text-align: center;
}

.header1 {
	text-align: center;
	font-size: x-large;
	color: #9400D3;
}

h2
{
	color: #006400;
	text-align : center;
}
h3
{
	color: White;
	background-color : Purple;
	font-family : Times, FrankRuehl;
	text-align: center;
}
h4
{
	color: White;
	background : #228B22;
	font-family : David;
}
h5
{
	color: Yellow;
	background: Black;
}
h6
{
	color: #4B006C;
}
.insidetable {
	background : White;
	font-size : inherit;
	text-align: center;
	color: #4F2F3C;
	font: larger;
	}

.lefttable {
	background: #F5FFFA;
	text-align: center;
}

.righttable {
	background-color : #F5FFFA;
	text-align: center;
}
.wingstable {
	background : #F0E68C;
	color : Black;
}
.wingsheader {
	background-color : #A1541A;
	color : White;
	text-align : center;
	font-weight : bold;
	font-size : medium;
}
.table1 {
	color : #006400;
	font-weight : bold;
}

.table3 {
	background-color : #F5FFFA;
	color : Black;
}


.table2 {
	color : Purple;
	}