/* CSS Document */
a {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #003366;
	text-decoration: underline;
}
h1 {
	color: #990000;
	font-size: 20px;
	font-weight: bold;
}
h2 {
	font-size: 20px;
	padding: 1px;
	font-weight: bold;
	color; #990000;

}


h3{
	font-size: 20px;
	padding: 1px;
	font-weight: bold;
	color; #000000;

}




h4  {
       font-size: 18px;
       color: #404077;
       font-weight: bold;
}


h5  {
       font-size: 20px;
       color: #990000;
       font-weight: bold;
}


h6 {
	color: #404077;
	font-size: 15px;
	background-color: #FCF5E1;
	padding: 1px;

background-image: url(../images/books.gif)
}

#options {
	background-color: #EEEEEE;
}
.student {
	background-color: #EEEEEE;
}
#nav {
	background-image: url(../images/books_bg.gif)
}