
h1 {
line-height: 1.4em;
font-weight: bolder;
font-size: 1.5em;
color: #003366;
}

h2 {
color: #000033;
font-weight: bold;
font-size: 1.2em;
line-height: 1.1em;
}

body {
color: #000033;
background-color: #ffffff;
font-size: 1em;
font-family: Verdana, Arial, sans-serif;
}

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

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

a:hover {
color: #ffffff;
text-decoration: underline;
background-color: #003366;
}

a:active {
color: #000;
text-decoration: underline;
}

hr {
color: #000066;
}

#navbar {
font-weight: bold;
font-size: 1em;
line-height: .9em;
}
.smalltext {
	font-size: 80%;
	background-color:#FFFFFF;
}
	.smalltext h1{
		padding: 4px;
		font-size: 140%;
		background-color: #000099;
		color: #FFFFFF;
		}
	.smalltext h2{
		padding: 4px;
		font-size: 90%;
		font-weight: bold;
		}
	.smalltext img{
		display: block;
		padding: 2px;
		}
	