

a:link
{
	color: rgb(255,255,255); 
	text-decoration:none;
}
a:visited
{
	color: rgb(255,255,255);
	text-decoration:none; 
} 
a:active 
{
	color: rgb(255,255,255);
}
A:hover 
{ 
	text-decoration:underline
}

body
{
	background-color: #73a4ff;
	color: rgb(0,0,255);
	font-size: 17;
	text-align: left;
}
table
{
	
	color: rgb(0,0,0);

}

h1
{
	font-family: gaze;
	color: rgb(255,0,0);
	text-align: center;

}

h3
{
	font-family: gaze;
	color: rgb(255,204,0);
	text-align: center;

}
h2, h4, h5, h6

{
	color: rgb(255,0,0);
	text-align: left;
}


