.menufont {
	font-family: sans-serif; 
	font-weight: bold
	}
.featured {
	font-family: sans-serif; 
	font-weight: bold;
	font-size: 130%
	}
.largetext {
	font-family: sans-serif; 
	font-weight: bold;
	color: rgb(52,128,203);
	font-size: 175%
	}
.submenu {
	font-family: sans-serif; 
	font-weight: bold;
	font-size: 75%
	}
.header {
	font-family: sans-serif; 
	font-weight: bold;
	color: rgb(52,128,203);
	font-size: 150%
	}
.maintable {
	border-style: dashed;
	border-left-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-color: rgb(52,128,203)
	}

A:link {text-decoration: none; color: black;}
A:visited {text-decoration: none; color: black;}
A:active {text-decoration: none; color: black;}
A:hover {text-decoration: underline; color: blue;}

