/* CSS Document */

BODY {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.75;
}

#main {
	background-color:#efefef;
	margin: 10px 10% 0 10%;
	padding: 0px 20px 10px 20px;
	border: #cccccc 3px dotted;
}

#main H1 {
	text-align: center;
}

#main a:link {color: #000; text-decoration:underline;}
#main a:visited {color: #000; text-decoration:underline;}
#main a:hover {color: #333; text-decoration:none;}
#main a:focus {color: #000; text-decoration:none;}
#main a:active {color: #000; text-decoration:none;}

#navlist a:link {color: #ffffff; font-weight:bold;}
#navlist a:visited {color: #ffffff; font-weight:bold;}
#navlist a:hover {color: #efefef; font-weight:bold; background-color:#000000;}
#navlist a:focus {color: #efefef; font-weight:bold;}
#navlist a:active {color: #efefef; font-weight:bold;}