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


body {
	background-color: #d5f2f8;
	color: #3A3A51;
}
table#calendar {
	display: none;
}
a {
	text-decoration: underline;
}
a:link {
	color: #0066FF;
}
a:visited {
	color: #151e93;
}
a:hover {
	color: #eeb02a;
}
h3 {
	font-style: italic;
	font-weight: normal;
}
div#topbar img {
	display: none;
}