@charset "UTF-8";
/* CSS Document */

body{
	background-color: #FFF;
	color: #999;
	text-align: center;
	font-size: 10px;
	font-family: Courier, "Courier New", monospace;
}	
		
a {
	text-decoration: none;
	color: #999;
	margin: 0px 10px 0 10px;
}

a:hover{
	color: #333;
	text-decoration: none;
}

.classInfo{
	font-size: 10px;
	font-family: "Adobe Garamond", Garamond, Times, "Times New Roman";
}

#navigation{
	width: 300px;
	font-size: 10px;
	text-align: center;
	margin: 0px auto;
}

h1 {
	font-size: 16px;
	font-weight: normal;
	text-transform: capitalize;
}

h4 {
	font-weight: normal;
	text-transform: uppercase;
}