/* Screen layout: */

body {
padding: 0;
margin: 0 auto;
form: 0;
background: white;
color: black;
}

	.title {
	font-family: Georgia, Serif;
	font-weight: bold;
	font-size: 36pt;
	color: #800000;
	text-align: center;
	}
	
	.nav {
	font-family: Georgia, Serif;
	color: black;
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	}
	
   a.nav { text-decoration: none; }
   a.nav:hover { color: maroon; text-decoration: underline; }
	
		#container {
		margin: 0 auto 0 auto;
		padding: 5px 20px 20px 20px;
		background: #ffffff;
		text-align: center;
		}

		

		#navpos {
		padding-top: 10px;
		}

		#navlist li {
		display: inline;
		list-style-type: none;
		padding-right: 24px;
		}
		
a.announce-link { 
	font-family: Georgia;
	font-size: 24px; 
	color: blue;
	text-decoration: underline;
	}
	
a.announce-link:visited { 
	font-family: Georgia;
	font-size: 24px; 
	color: blue;
	text-decoration: underline;
	}
	
a.announce-link:hover { 
	font-family: Georgia;
	font-size: 24px; 
	color: maroon;
	text-decoration: none;
	}
	
a.announce-link:active { 
	font-family: Georgia;
	font-size: 24px; 
	color: maroon;
	text-decoration: none;
	}