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

a:link {
	color: #003399;
	text-decoration: underline;
}
a:visited {
	color: #003399;
	text-decoration: underline;
}
a:hover {
	color: #003399;
	text-decoration: underline;
}
a:active {
	color: #003399;
	text-decoration: underline;
}

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	color: #003399;
	background-color: #FFF;
	font-weight: bolder;
}
#wrapper {
	text-align: center;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.calitem {
	font-size: 1.1em;
	font-weight: bold;
}
#navbar td {
	color: #FFF;
	background-color: #003399;
}
#navbar td a {
	color: #FFF;
}
