body
{
	font-family: Garamond, Georgia, Trebuchet MS, Arial, Helvetica;
	color: rgb(0,0,102);
	font-size: 80%;
}
normal
{
	font-family: Garamond, Georgia, Trebuchet MS, Arial, Helvetica;
	font-size: 10px;
}
table
{
/*	table-border-color-light: rgb(0,204,204);
	table-border-color-dark: rgb(0,0,102);
*/
	border-color: Blue;
	border-style: solid;
	border-width: thin;
	border-collapse: collapse;
}
/*h1, h2, h3, h4, h5, h6
{
	font-family: Comic Sans MS, Arial, Helvetica;
}
*/
h1
{
	color: rgb(0, 0, 255 );
	font-size: 60px;
	font-family: Courier New;
}
h2
{
	color: rgb(0, 128, 255); 
	font-size: 35px;
	font-family: Courier New, Garamond;
	font-style: italic;
}
a
{
	font-family: Trebuchet MS;
	font-size: 80%;
}
a:link { 
	color: rgb(0, 0, 128 );
	}
a:visited { 
	color: rgb(0, 0, 128 );
	}
a:hover { 
	color: rgb( 255, 255, 255);
/*	background-color: rgb( 0, 128, 255); */
	text-decoration: none;
	}
a:active { 
	color: rgb( 0, 0, 0);
	}
/*a 
{
font-family: Trebuchet MS;
font-size: 110%;
}*/

h3
{
	color: #4A30E7;
}
h4
{
	color: rgb(204,255,255);
}
h5
{
	color: rgb(0,0,102);
}
h6
{
	color: rgb(153,0,0);
}

