body {
	color: #505050;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-color: white;
}

#maincontainer {
	width: 500px;
	margin-top: 25px;
	margin-left: 100px;
}

a:link {
	text-decoration: underline;
	color: #505050;
}

a:visited {
	text-decoration: underline;
	color: #505050;
}

a:hover {
	text-decoration: underline;
	background-color: #cccccc;
	color: #505050;
}

a:active {
	text-decoration: underline;
	background-color: #cccccc;
	color: #ff1c1c;
}

.studentlinks {
	margin-left: 25px;
}

h2 {
	color: #34445b;
	margin-bottom: 2px;
}