body {
	background-color: #014b66
}

.typewriter {
        font-family: "Georgia, Courier, monospace";
        color: #CC0000;
        font-weight: bold;
        font-size: 22px;
}
.headline {
        font-family: Impact;
        font-size: 36px;
        color: #CC0000;
}
.subhead {
        font-family: Tahoma;
        font-size: 26px;
        color: #CC0000;
}
.subheadtxt {
        font-family: Tahoma;
        font-size: 19px;
        color: #CC0000;
}
.text {
   font-family: "Courier New";
   font-size: 16;
   color: #000000;
}

a:hover {
	text-decoration: none;
}
a {
	text-decoration: underline;
	color: #000000;

}
.navi {
	font-weight: normal;
	color: #FFFFFF;
	font-size: 10px;

}
.naviBlue {
	font-weight: bold;
	color: #003399;
	font-size: 11px;
}



