/* CSS Document */

body {
	font-family: "Courier New", Courier, mono;
	font-size: 100%;
	color: #000000;
	margin-left: 20px;
	margin-top: 20px;
}
a:link {
	color: #000000;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #0000FF;
}
h1 {
	font-size: 1.5em;
	color: #000000;
}
h2 {
	font-size: 1.2em;
	color: #000000;
}
#home {
}
#imagetitle {
	text-align: center;
}
#image {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 40px;
}
.body {
	text-align: center;
}

