@charset "utf-8";
/* CSS Document */

/* body {background-color:#EDDDB8;}   scheme 1  */
body {background-color:#F3E4C2;}    /* scheme 2 */
 
h2 {color:#940839;}
h3 {margin:30px 0px 5px 0px; text-decoration:underline; font-weight:bold;color:#940839;}

a {color:#006633;font-weight:bold;}
a:visited {color:#666666;}
a:hover {color:#940839;}


.capital {font-size:xx-large; font-weight:bold;}
.button {text-decoration: none; 
		font-size: 9pt; 
		color: #FFFFFF; 
		text-align:center; 
		font-weight:bold;
		background-color:#940839;
		width:100px;
		text-align:center;}
.button a {color:#FFFFFF;}
.button a:visited {color:#FFFFFF;}
.button a:hover {color:#FFFF00;}

.staffname {font-size:x-large; font-weight:bold;}
.stafftitle	{font-style:italic;}
.mapsexplan {font-style:italic;font-weight:normal;font-size:smaller; margin:7px 0px 0px 0px;}

