
body { 
	color: black; 
	background-color: white;
	font-family: Sans-serif;
}

table { 
	text-align: left; 
	background-color: rgb(153, 255, 255);
	width: 100%; 
	height: 100%; 
}

/* styles for upper left cell */
td.upleft { 
	width: 20%; 
	height: 15%; 
	text-align: center; 
	vertical-align: middle; 
	font-style: italic; 
	background-color: rgb(102, 0, 204); 
	color: rgb(255, 255, 255); 
	font-family: comic sans ms; 
}

/* styles for upper right cell */
td.upright { 
	color: white; 
	background-color: rgb(102, 0, 204); 
	text-align: center; 
	vertical-align: middle; 
	font-family: comic sans ms;
}

/* styles for menu left cell */
/* Handle the colors for links in menus */
.menuleft a:link { color: white; text-decoration: none; font-weight: normal }
.menuleft a:visited { color: white; text-decoration: none; font-weight: normal }
.menuleft a:active { color: white; text-decoration: none }
.menuleft a:hover { color: red; text-decoration: none; font-weight: none }
td.menuleft { 
	color: white; 
	vertical-align: top; 
	background-color: rgb(102, 0, 204); 
	text-align: center;
}

/* styles for body cell */
td.mainbody { 
	vertical-align: top; 
	background-color: rgb(255, 255, 255);
	font-family: Sans-serif;
}
.mainbody A:link { color: blue; TEXT-DECORATION: none; font-weight: normal }
.mainbody A:visited { color: blue; TEXT-DECORATION: none; font-weight: normal }
.mainbody A:active { color: blue; TEXT-DECORATION: none }
.mainbody A:hover { COLOR: red; TEXT-DECORATION: none; font-weight: none }

