body {
	background-color: white;
}

.normal { 
	font-family: Georgia, serif;
	font-size: 100%;
	text-align: center
}

.big { 
	font-size: 120%
}

.bigbold { 
	font-size: 120%;
	font-weight: bold
}

.bboldit { 
	font-size: 120%;
	font-weight: bold;
	font-style: italic
}

.biggerbold { 
	font-size: 160%;
	font-weight: bold;
}

.footer { 
	font-family: Verdana;
	font-size: 60%
}

a.button:link {
	font-size: 15pt;
	font-family: Georgia, serif;
	text-decoration: none;
	color: white
}
    
a.button:visited {
	font-size: 15pt;
	font-family: Georgia, serif;
	text-decoration: none;
	color: white
}
    
a.button:hover {
	font-size: 15pt;
	font-family: Georgia, serif;
	text-decoration: none;
	color: white
}

span.button { 
	font-size: 15pt;
	font-family: Georgia, serif;
	color: white
}

div.menu {
	background-color: #76a8b7;
	padding: 10px 0px 10px 0px;
	margin: 6px;
	font-size: 15pt;
	font-family: Georgia, serif;
	text-decoration: none;
	color: white;
}

div.menulink {
	padding: 10px 0px 10px 0px;
	margin: 6px;
	font-size: 15pt;
	font-family: Georgia, serif;
	text-decoration: none;
	color: white;
	background-color: #76a8b7;
}

div.menulink:hover {
	background-color: #6f97a3;
}
