/* testing  */
body {
	font-family: Comic Sans MS, Verdana;
	font-size: 15px ;
	color: #993333; 
	background-color: #66CCFF; /* light blue */ 		}

#title {
	font-size: 40px;
	font-family: Comic Sans MS, Comic, Arial, Helvetica;
	font-weight: bold;
	text-align:center;
	color: maroon ;
	background-color:#1E90FF; /* darker blue */
	  }

#subtitle {
	font-size: 12px;
	font-family: Comic Sans MS, Comic, Arial, Helvetica;
	text-align:right ;
	color: black ;
	background-color:#1E90FF; /* darker blue */
	  }

#mainbody {
	font-size: 15px;
	font-family: Comic Sans MS, Comic, Arial, Helvetica;
	font-weight: normal;
	text-align:left;
	padding-left: 12px;
	padding-top: 2px;
	/* border-bottom: solid 1px black; */
	color: black ;
	color: maroon;  }
	
.menulink {
	display: block;
	text-align: left;
	text-decoration: none;
	font-family: Verdana, Serif;
	font-size: 15px;
	border-bottom: solid 1px black;
	border-right: solid 1px black;
	/* background-color: lightblue; */
	padding-left: 4px;
	/* width: 100px; */ }	
		
A:link {
	text-decoration: none;
	color:black;  }

A:visited {
	text-decoration: none;
	color:black;  }

A:hover {
	text-decoration: none;
	color:red ;  }

A:active {
	text-decoration: none;
	color:black;  }