/* CSS Document */

body {
font-family: Georgia, Times, 'Times New Roman';
font-size: 18px;
}

.container {
margin:0 auto;
width: 75%;
}

.header_text {
	font-size: 40px;
	font-weight: bold;

}

.header_container {
text-align: right;
border-bottom: 1px solid #000000;
margin-bottom: 15px;
padding-bottom: 8px;
}

.content {
}

.footer {
border-top: 1px solid #000000;
margin-top: 15px;
font-size: 12px;
padding-top: 5px;
text-align: center;
}

.menu {
	float: left;
	vertical-align: bottom;
	
}
.menu li {
	display: inline;
	list-style-type: none;
	margin-right: 15px;
}

a {
	text-decoration: none;
}

a:link {
}

a:visited {
	color: blue;
}

a:hover {
	color: #660066;
}

a:active {
	color: red;
}

.content .title {
	text-align: center;
	font-weight: bold;
	font-size: larger;
	margin-bottom: 5px;
}

.content p {
	text-indent: 20px;
	line-height: 25px;
}

.who div {
	text-align: center;
	margin: 0px;
}

.who ul {
	margin: 0px;
}

.who li {
	display: inline;
	margin: 0px;
	list-style-type: none;
	margin-right: 20px;
	
}