body {
	font: 16px "Trebuchet MS","Trebuchet",Sans-serif;
	color: white;
	margin: 0;
	padding: 0;
	background: black;
}
	a {
		color: #970;
		text-decoration: none;
	}
		a:hover {
			text-decoration: underline;
		}
		a:visited {
			color: #004;
		}
	acronym, abbr {
		font-variant: normal;
		color: #004;
		border-bottom: 1px dotted #004;
	}
	
	#header {
		text-align: center;
	}
		#header a {
			font-style: bold;
			color: white;
		}
		#header h1 a {
			display: block;
			width: 192px;
			height: 50px;
			padding: 0;
			margin: 0 auto;
			background: transparent url("logo_m.gif") no-repeat center center;
		}
		#header a span {
			display: none;
		}
	
	.content {
		margin: 0;
		padding: 10px;
		background: white;
		color: black;
	}
		.content h2 {
			font-size: 2em;
			font-style: bold;
		}
		.content p {
			text-align: justify;
		}
		
	#subnav {
		margin: 5px auto;
		padding: 0;
	}
		#subnav a {
			color: #ffc600;
		}
		#subnav ul,
		#subnav ol {
			padding: 1px;
			margin: 1px 5px;
		}
	
	#footer {
		background: #222;
		text-align: center;
		padding: 5px;
	}
		#footer a {
			color: #ffc600;
		}

