body {
	background: url(http://www.maahsmarine.com/snaplight.jpg) repeat-y fixed center;
	font: normal normal 100% sans-serif;
	text-align: center;
}
h1 {
	font: normal bold 300% sans-serif;
	}
	
h2 {
	font: normal bold 150% sans-serif;
}

a:link {
	font: normal normal 100% sans-serif;
	text-decoration: none;
	color: black;
	}
	
a:visited {
	font: normal normal 100% sans-serif;
	text-decoration: none;
	color: black;
}	

a:active {
	font: normal normal 100% sans-serif;
	text-decoration: none;
	color: red;
	}
	
a:hover {
	font: normal normal 100% sans-serif;
	text-decoration: none;
	color: red;
}
p {
	text-align: left;
	text-indent: 25px;
}

dt {
	text-align: left;
	font: normal normal 100% san-serif;
	font-weight: bold;
}

dd {
	text-align: left;
	font: normal normal 100% san-serif;
}