/* CSS Document */
a {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #003366;
	text-decoration: underline;
}
h1 {
	color: #000000;
}
h2 {
	color: #003399;
	font-size: 16px;
	background-color: #FCF5E1;
	padding: 1px;
	font-weight: bold;
	background-image: url(../images/community.gif)
}
#options {
	background-color: #D6CCBF;
}
.student {
	background-color: #E1F1FC;
}
#nav {
	background-image: url(../images/community_bg.gif)
}