@import url(menulayout.css);
	
body {
	/*font-family: Trebuchet MS, Georgia, Times New Roman, serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: white;
	background-color: black;
}

abbr {
	cursor: help;
	border-bottom: 1px dashed;
}

h1 {
	font-size: 180%;
	font-weight: normal;
	font-variant: small-caps;
	color: #00ff00;
	background-color: #006000;
	border-bottom: 1px solid #00c000;
}

#menu ul {
	border: 1px solid #00c000;
	background-color: #006000;
}

#menu li a {
	color: #00ff00;
}

#menu li a:hover {
	background-color: #008000;
}

#content h2 {
	color: #80ff80;
	font-size: 100%;
	font-weight: bold;
	line-height: 1em;
	padding: 0 0 0.5em 0;
}

#content h3 {
	color: #80ff80;
	font-size: 100%;
	font-weight: normal;
	line-height: 1em;
	padding: 0.5em 0 0.5em 0;
}

#content p {
	text-align: justify;
	text-indent: 1em;
	margin: 0 0 0.5em 0;
}

#content a {
	color: white;
	text-decoration: underline;
}

#content a:hover {
	color: #80ff80;
}

#content strong.important {
	color: #80ff80;
	text-decoration: underline;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #00ff00;
	background-color: #006000;
	border-top: 1px solid #00c000;
}

#styles a {
	color: #00ff00;
	text-decoration: underline;
}
