body {
	background: #87eaff url("bg_body.jpg") top left repeat-x;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#content
{
	margin: 30px auto auto auto;
	width: 800px;
	min-height: 600px;
	_height: 600px;
	background: #ffffff;
	overflow: auto;
	padding: 20px;
	border: 1px solid #ffffff;
}

p {
	font-size: 1.0 em;
  text-align: left;
}

h1 {
  color: blue;
	font-size: 1.4 em;
  text-align: center;
}

h2 {
  color: blue;
	font-size: 1.2 em;
  text-align: left;
}

a {
	color: blue;
}

a:hover {
	text-decoration: none;
}