/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #374a36;
	background-color: #c5cead;
}

a, a:visited {
	color: #374a36;
	text-decoration:underline;
}

a:hover, a:active {
	color: #e0471d;
	text-decoration:underline;
}

a.anchor, a:visited.anchor, a:hover.anchor, a:active.anchor {
	text-decoration:none;
}

textarea {
	vertical-align:top;
}

em {
	color:#e0471d;
}

th {
	color:#374a36;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: underline overline;
}

li {
	list-style: circle;
}

h4 {
	font-size:12px;
	font-weight:bold;
	line-height:10px;
}

.optout {
	font-size:9px;
	color:#7d9767;
}

.classname {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

.teacher {
	font-style: italic;
}

.asshead {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}

.lefty {
	text-align:left;
}

#Heading {
	width: 400px;
	left: 25px;
	top: 10px;
	position: absolute;
	visibility: visible;
}

#assignments {
	height: 100px;
	width: 400px;
	left: 25px;
	top: 75px;
	position: absolute;
	visibility: visible;
}