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

body,td,th {
	font-size: 110%;
	color: #03C;
}
.tableentries {
	font-size: 90%;
	font-family: Verdana, Geneva, sans-serif;
}
.entrytitle {
	font-size: 90%;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}
a {
	font-size: 100%;
	color: #103955;
	font-weight: bold;
}
a:visited {
	color: #03C;
}
a:hover {
	color: #FFF;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	text-align:center;
}
h1 {
	font-size: 170%;
	color: #FFF;
	font-style:italic
}
h2 {
	font-size: 130%;
	color: #FFF;
	text-align:left;
}
h3 {
	font-size: 130%;
	color: #FFF;
}
h4 {
	font-size: 110%;
	color: #FFF;
}
h5 {
	font-size: 110%;
	color: #FFF;
	text-align:left;
}
body {
	background-color: #03C;
}
a:link {
	color: #039;
}
