BODY {
	font-family: arial, helvetica, sans-serif;
	background-color: #e5e5e5;
	padding-top: 0;
	padding-bottom: 20;
}
	
.body_div {
  	position:relative;
  	width: 1100px;
  	margin-left: auto;
  	margin-right: auto;
  	padding: 20;
  	padding-top: 0;
}

.title {
	position: relative;
	text-align: left;
	top: 8;
	font-size: 24;
	border-style: dotted;
	padding: 10;
	border-width: 1;
	width: 190;
	background-color: white;
}

.navigation {
	position: relative;
	top: 13;
	font-weight: bold;
	padding: 10;
	border-style: dotted;
	border-width: 1;	
	width: 190;
	background-color: white;
	text-align: left;
}

.navigation_b {
	position: absolute;
	left: 30;
	font-size: 12;
	line-height: 16px;
}

.navigation_b A {
	color: green;
}

.content {	
	position: absolute;
	top: 88;
	left: 240;
	border-style: dotted;
	padding: 10;
	border-width: 1;
	width: 756;
	background-color: white;
	line-height: 20px;
}
	
A {
	text-decoration: none;
	color: gray;
}

A:hover {
	text-decoration: none;
	color:green;
}

H1 {
	font-size: 18;
	color: green;
}

H2 {
	font-size: 14;
	color: green;
}

