body {
	top: 1em;
	font-family: sans; 
	font-size: 1.1em;
	color: white; 
	background: black;	
	}

a {
	text-decoration: none;
	color: grey;

	}

a:visited {
	text-decoration: underline;
	}

a:hover {
	text-decoration: underline;
	}
	
pre {
	font-family: sans;
	}

#menu {
	text-align: center;
	}

#content {
	position: relative;
	padding-top: 1em;
	line-height: 1.2em; 
	margin-left: 1.00in; 
	text-indent: 0.00in; 
	margin-right: 1.00in; 
	margin-top: 0; 
	margin-bottom: 0; 
	text-align: justify;
	width: 500px;
	}

.question {
	font-weight: bold;
	font-style: italic;
	 }
