body {
	font-style: "Palatino Linotype", Garamond, serif;
	font-size: 18px;
	text-align: justify;
	width: 100%;
	height: 100%;
	z-index: 1;
	position: relative;
}

#container {
	width: 700px;
	margin: 25px 10px 25px 30px;
	padding: 20px 10px 20px 10px;
}

a:link{
	text-decoration: underline;
	color: #000099;
}

a:hover {
	text-decoration: none;
}

#links {
	position: absolute;
	width: 300px;
	text-align: center;
	left: 780px;
	top: 115px;
	padding-bottom: 30px;
}

h1 {
	font: bold 35px arial, geneva, sans-serif;
	color: green;
	text-align: center;
	text-transform: uppercase;
	border-bottom: solid gray;
	letter-spacing: 0.05em;
}

h2 {
	font-size: 25px;
	color: gray;
	text-align: center;
	letter-spacing: 0.08em;
}

h3 {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 16px;
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
	font: bold 20px arial, geneva, sans-serif;
	color: green;
}

span.small{
	font-size: .74em;
}
