.strong {
	font-weight: bold;
}

.em {
	font-style: italic;
}

.strike {
	text-decoration: line-through;
}

img.white {
	border-style: solid;
	border-width: 2px;
	border-color: rgb(255,255,255);
}

body {
	font-family: Times, serif;
	font-size: 14px;

	color: rgb(255,255,255);
	
	background-color: rgb(0,76,16);

	background-image: url("../pics/back.jpg");
	background-attachment: fixed;
	background-position: bottom left;
	background-repeat: no-repeat;
}

#headline {
	position: absolute;
	top: 4px;
	left: 175px;

	height: 150px;
	width: 700px;
}

#stripe {
	position: absolute;
	top: 175px;
	left: 300px;

	height: 4px;
	width: 700px;
}


#links {
	position: absolute;
	top: 275px;
	left: 4px;
	
	width: 150px;

	font-family: Georgia, Lucidabright, serif;
	font-size: 16px;
	font-weight: bold;

	text-align: center;
}

#bodycontent {
	position: absolute;
	top: 215px;
	left: 212px;

	width: 625px;

}

.contenthead {
	font-family: Georgia, Lucidabright, serif;
	font-size: 24px;
	font-weight: bold;

	text-align: center;
}

a:link {
	color: rgb(255,228,138);
	text-decoration: none;
}

a:active {
	color: rgb(255,255,255);
	text-decoration: none;
}

a:visited {
	color: rgb(255,228,138);
	text-decoration: none;
}

a:hover {
	color: rgb(255,255,255);
	text-decoration: none;
}

.