/* This style sheet is used for the colors, fonts, padding, etc.
*	Display issues, NOT positioning issues.
*/

body, td {
	background-color: #4F0693;
	color: white;
	font-family: helvetica, arial, sans-serif;
	font-size: medium;
}

.head {
	color: #4F0693;
	background-color: #E8E8F2;
	border: solid #026EC2;
	font-family: "Exotc350 Lt BT", "BernhardFashion BT", Daniela, "CenturyOldst BT",
					 "Amazone BT", EnglischeSchT, Aeolus, "comic sans ms", "Formal Script", 
					 BrodyD, brushscript, cursive;
	text-align: center;
}

/* .menu only used in <span> on about.html page */
.menu {
	background-color: #C3C3FE;
	border-bottom: solid #026EC2;
	color: #4F0693;
	font-family: "Exotc350 Lt BT", "BernhardFashion BT", Daniela, "CenturyOldst BT",
					 "Amazone BT", EnglischeSchT, Aeolus, "comic sans ms", "Formal Script", 
					 BrodyD, brushscript, cursive;
	font-size: 1.25em;
	padding: 0.25em 0.5em;
	text-align: center;
	display: block;
}

.subhead {
	background-color: #C3C3FE;
	border: solid #026EC2;
	color: #4F0693;
	font-family: "Exotc350 Lt BT", "BernhardFashion BT", Daniela, "CenturyOldst BT",
					 "Amazone BT", EnglischeSchT, Aeolus, "comic sans ms", "Formal Script", 
					 BrodyD, brushscript, cursive;
	font-size: 1.25em;
	margin-left: 85px;
	padding: 0.25em 0em;
	text-align: center;
}

.content {
	padding: 0.5em;
}

.note {
	font-size: small;
	font-weight: bold;
	padding-top: 1em;
}

address {
	color: white;
	background-color: #4F0693;
	text-align: center;
	font-family: "Bitstream Vera Serif", serif;
	font-size: small;
	font-style: normal;
	display: block;
	white-space: pre;
}

a {
	color: #026EC2;
	background-color: inherit;	
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #E8E8F2;
	background-color: #026EC2;
	text-decoration: none;
}
h1 {
	font-size: 2em;
	text-align: center;
	margin: 0.25em 0em;
	font-family: Helvetica, Arial, sans-serif;
}

h2 {
	font-size: 1.5em;
	text-align: center;
	margin: 0.25em 0em;
	font-family: Helvetica, Arial, sans-serif;
}

