
body
{
	scrollbar-base-color:RGB(152,189,205);
	font-family: Arial, Arial, Arial;
	font-size : 12pt;
	color: rgb(234,241,244);
	background-color: rgb(59,62,115);
	background-image: url(navybg.jpg);
	background-repeat: repeat;

	
}
table
{
	table-border-color-light: rgb(177,180,216);
	table-border-color-dark: rgb(130,133,191);
}
a
{
	color: rgb(152,189,205);

}

A:visited {
	color: rgb(239,204,204);
}

p
{
	font-size : 12pt;
	color: rgb(234,241,244);
}
h1, h2, h3, h4, h5, h6
{
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: rgb(234,241,244);
}
h1
{
	font-size : 24pt;
	color: rgb(234,241,244);
}
h2
{
	font-size : 20pt;
	color: rgb(234,241,244);
}
h3
{
	font-size : 16pt;
	color: rgb(234,241,244);
 }
h4
{
	font-size : 14pt;
	color: rgb(234,241,244);
}
h5
{
	font-size : 12pt;
	color: rgb(234,241,244);
}
h6
{
	font-size : 12pt;
	color: rgb(234,241,244);
}
HR {
	color: rgb(126,172,179);
	height: 2pt;
}