body {
	background-attachment: fixed;
	background-color: #090063;
	background-image: url(images/frogman-bg.jpg);
	background-repeat: no-repeat;
}
h1 {
	font-family: "Trebuchet MS";
	font-size: 20px;
	font-weight: bold;
	color: #CC0000;
}
h4 {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #0066CC;
}
.body {
	font-family: Verdana;
	font-size: 12px;
	line-height: 18px;
}
.sidenotes {
	font-family: Verdana;
	font-size: 10px;
	color: #666666;
}
.legal {
	font-family: Verdana;
	font-size: 9px;
	color: #FFFFFF;
}
a:link {
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
	color: #FF0000;
}

