body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #000;
	color: #fff;
}

p {
	text-align: justify;
}

a:link {
	color: #f6c;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #c6c;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #f6c;
	font-weight: bold;
	text-decoration: underline;
}

a:active {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

td {
	vertical-align: top;
	border: 0px;
	padding: 10px;
}

table.syllabus td {border: 1px ridge #ccc;}
table.syllabus {border: 1px ridge #ccc;}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #f6c;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #f09;
}

#menu {
	margin-right: 80%;
	/*border-right: 1px dashed #fff;*/
	padding: 1em;
}

#menu a {
		display: block;
}
	
#content {
	position: absolute;
	top: 0;
	margin-left: 19%;
	margin-right: 1%;
	padding: 1em;
	border-left: 1px dashed #fff;
}
