body, html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Helvetica;
}

p.copyright {
	text-align: center;
	font-family: Helvetica;
	font-size: 12px;
}

p {
	text-align: left;
}

td.button_active {
	width: 20%;
	text-align: center;
	border: 1px solid #999999;
	background-color: #6533CC;
	padding: 5px;
}

td.button {
	width: 20%;
	text-align: center;
	border: 1px solid #999999;
	background-color: #CC99FF;
	padding: 5px;
}

td.button a:link, td.button_active a:link {
	color: #000;
	text-decoration: none;
}

td.button a:visited, td.button_active a:visited {
	color: #000;
	text-decoration: none;
}

td.button:hover, td.button_active a:hover {
	background-color: #6533CC;
}

h1 {
	margin-top: 0px;
	font-family: Garamond;
}

.purple {
	color: #6533CC;
}

a:link {
	color: #6533CC;
}

a:visited {
	color: #6533CC;
}

h2 {
	font-family: Lucida Calligraphy;
	font-style: italic;
}

h3 {
	font-family: Garamond;
	font-size: 23px;
}

img {
	border: 0px;
}

