body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	text-align: left;
	margin: 0px;
	background-color: #CC66CC;
}

p, td, th {
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a, a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	color: #CCCCCC;
}
a:active {
	color: #000000;
}

h1 {
	color: #FFFF33;
	background-color: #CC66CC;
	text-align: center;
	font-size: x-large;
}
h2 {
	color: #CC66CC;
	font-size: large;
}
h3 {
	font-size: medium;
	color: #666666;
}

dt {
	font-weight: bold;
}
dd {
	padding-bottom: 14px;
}
blockquote {
	font-weight: bold;
	color: #666666;
	font-style: italic;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
h4 {
	font-size: small;
	color: #666666;
}
