#main ul li a {
	font-size: 12px;
	text-decoration: none;
}

#main h2 {
	padding: 5px 0 0 5px;
	color: darkblue;
	font-size: 24px;
	font-weight: bold;
}

.link_info {
	padding: 5px 0 0 5px;
}

#sitemap_left {
	margin: 10px 0 0 10px;
	float: left;
	width: 270px;
}

#sitemap_right {
	margin: 10px 0 0 10px;
	float: right;
	width: 270px;
}

.sub_title {
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
}

#main ul {
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	clear: both;
	list-style-type: none;
	padding: 10px;
	margin-top: 5px;
	width: 225px;
}

#main li {
	padding: 5px;
}

.info {
	color: royalblue;
}

.info a:link, .info a:visited {
	color: royalblue;
	font-weight: normal;
}

.info a:hover, .info a:active {
	color: yellowgreen;
	font-weight: normal;
	text-decoration: underline;
}

.teaching {
	color: crimson;
}

.teaching a:link, .teaching a:visited {
	color: crimson;
	font-weight: normal;
}

.teaching a:hover, .teaching a:active {
	color: yellowgreen;
	font-weight: normal;
	text-decoration: underline;
}

.q_a {
	color: goldenrod;
}

.q_a a:link, .q_a a:visited {
	color: goldenrod;
	font-weight: normal;
}

.q_a a:hover, .q_a a:active {
	color: yellowgreen;
	font-weight: normal;
	text-decoration: underline;
}

.link {
	color: mediumslateblue;
}

.link a:link, .link a:visited {
	color: mediumslateblue;
	font-weight: normal;
}

.link a:hover, .link a:active {
	color: yellowgreen;
	font-weight: normal;
	text-decoration: underline;
}
