body {
	background-color: #CCCCCC;
	color: #666600
}
ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #CCCCCC;
	color: #666600
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #CCCCCC;
	color: #666600
}
td {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #CCCCCC;
	color: #666600
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #CCCCCC;
	color: #666600;
	font-size: x-large;
	font-weight: bold;
	text-align: center
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	background-color: #CCCCCC;
	color: #666600
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	background-color: #CCCCCC;
	color: #666600
}
hr {
	height: 1px;
	width: 90%;
	text-align: center
}
table {
	border: 0
}
a {
	background-color: #CCCCCC;
	color: #9933FF;
	text-decoration: underline;
	font-weight: bold
}
a:active {
	background-color: #CCCCCC;
	color: #FF3300
}
a:visited {
	background-color: #CCCCCC;
	color: #9966FF
}
.italic {
	font-style: italic
}
.center {
	text-align: center
}
.bold {
	font-weight: bold
}
.small {
	font-size: smaller;
	text-align: center
}
.red {
	color: #FF0000;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
}