/* for the top and left-hand frame */body {	/* background: white; /* this overrides my blue background image */	 color : black;	}	a:link {color: blue;}  /* for unvisited links */a:visited {color: blue;} /* for visited links */a:active {color: blue;} /* when link is clicked */a:hover {color: blue; text-decoration: underline; } /* when mouse is over link */
h1
{
	text-align:center;
	font-style:italic;	
}

/*frame
{
	border-color:Blue;
	border-style:solid;
}*/