/* CSS Document */
body {
	position: relative;
	margin: 0 auto;
	margin-top: 5px;
	width: 600px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:medium;
	color:#666666;
	padding: 10px; 
	border-width:thin;
	border-color:#666666;
	border-style:solid;
}
h1 {
text-align:center;
}
img {
}
#wrapper {
	position: relative;
	left:0px;
	top:0px;
	width:650px;
	}
.textright {
text-align: right;
color: #CC0000;
}
.textcenter {
text-align:center;
color: #CC0000;
font-weight:bold;
}
.justify {
text-align:justify;
}
a:link, a:visited {
color:#CC0000;
text-decoration:none;
font-weight:bold;
}
a:hover {
text-decoration:underline;
}
.credits {
font-size:smaller;

}