a:link {
	color: #00C;
	text-decoration: none;
}
body,td,th {
	color: #003;
	font-family: Georgia, "Times New Roman", Times, serif;
}
body {
	background-color: #66F;
	background-image: url(../images/headstamp-bg.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center top;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:visited {
	text-decoration: none;
	color: #00C;
}
a:hover {
	text-decoration: none;
	color: #CCF;
	background-color: #00C;
}
a:active {
	text-decoration: none;
	color: #C00;
}
h1 {
	font-size: 42px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	text-decoration: none;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	text-decoration: none;
	color: #900;
}

p {
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #006;
}
#content {
	width:68%;
	padding: 15px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	text-align: center;
}
pre {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: center;
}

