a:link

{

	color: rgb(255,255,255); 

}

a:hover

{

	color: rgb(255,255,255); 

} 



a:visited

{

	color: rgb(255,255,255); 

} 

a:active 

{
	color: #00C;

}

body

{

	font-family: Verdana, Arial, Helvetica;

	background-color: rgb(0,0,102);

	color: rgb(0,0,0);

}

table

{

	table-border-color-light: rgb(0,0,0);

	table-border-color-dark: rgb(0,0,0); 

}

h1, h2, h3, h4, h5, h6

{

	font-family: Verdana, Arial, Helvetica;

}

h1

{

	color: rgb(255,204,0);

}

h2

{

	color: rgb(255,255,255); 

}

h3

{

	color: rgb(204,51,0); 

}

h4

{

	color: rgb(255,255,153);

}

h5

{

	color: rgb(255,255,0);

}

h6

{

	color: rgb(255,255,255);

}.text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
.large {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
.midtext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}

