a:link
/*  original hyperlink color - red  */
{
	color: rgb(255,0,0); 
}
a:visited
/*  visited hyperlink color - blue  */
{
	color: rgb(0,153,153); 
} 
a:active 
/*  active hyperlink color - maroon  */
{
	color: rgb(128,0,0);
}
body
{
	font-family: Verdana, Arial, Helvetica;
	color: rgb(0,0,102);
	background-color: rgb(255,255,255);
}
/*  table
/* {
/*	table-border-color-light: rgb(102,204,204);
/*	table-border-color-dark: rgb(0,102,102); 
/*  }
/*  headline text, 2 X regular size, Red */
/*	font-size: 200%;   */

h1, h2, h3, h4, h5, h6
{	font-family: Comic Sans MS, Arial, Helvetica;
}

h2, h3, h4, h5, h6
{
	text-align: left;
}

/*	main headline text, red, centered
h1
{	font-weight: bold;
    color: rgb(255,0,0);
    text-align: center;
}

/*  2nd headline text, dark blue */
h2
{	color: rgb(0,0,102); 
}
/*  3rd headline text, black */
h3
{	color: rgb(0,0,0); 
}
/*  4th headline text, dark blue */
h4
{	color: rgb(0,0,102);
}
/*  5th headline text, black */
h5
{	color: rgb(0,0,0);
}
/*	6th headline text, black  */
h6
{
	color: rgb(0,0,0);
}
p
{	font-family: Comic Sans MS, Arial, Helvetica;
	color: rgb(0,0,102);
}