@charset "UTF-8";

body {
	background-color: black;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	color: white;
	text-align: left;
	font-size: 14px;
	
}

h1 {
	Color: #77BD37;
	font-size: 36px;
	font-weight: bold;
	width: 650px;
}

h2 {
	font-size: 24px;
	font-weight: bold;
	width: 650px;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	width: 650px;
	text-decoration: underline;
}

h4 {
	Color: #77BD37;
	font-size: 16px;
	font-weight: bold;
	width: 650px;
}

ul {
	width: 385px;
	margin-right: 15px;
	float: left;
}

img {
	width: 150px;
	float: right;
}
.exbox {
	width: 650px;
	height: 250px;
	float: left;
}
.bodypart {
	width: 650px;
}

