body {
	background-color: #014b66
}


.typewriter {
        font-family: "Georgia", Courier, monospace;
        color: #000000;
        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;
}


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;
}



