body {
	text-align: center;
	background: #000000;
  }

#container {
	margin: 0 auto;
	width: 700px;
	text-align: left;
	position: absolute;
	top: 15%;
	left: 25%;
  }	

#content {
	font-family: Book Antiqua, Times New Roman, serif;
	color: #FFFFFF;
	font-size: 14px;
	position: absolute;
	left: 130px;
	top: 95px;
	width: 590px;
	height: 380px;
	overflow-y: auto;
	text-align: justify;
  }

h2  {
	font-family: Book Antiqua, Times New Roman, serif;
	color: #FFFFFF;
	font-size: 16px;
	border-bottom: 1px solid #aaaaaa;
  }

h3  {
	font-family: Book Antiqua, Times New Roman, serif;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
  }

a:link, a:active, a:visited {
	font-family: Book Antiqua, Times New Roman, serif;
	color: #aaaaaa;
	font-size: 14px;
	}

a:hover {
	font-family: Book Antiqua, Times New Roman, serif;
	color: #ffffff;
	font-size: 14px;
	}

img  {
	border: 0px;
  }
