td {
	font-family: "Bookman Old Style";
	font-size: 16px;
	color: #8C3852;
}
body {
	background-color: #8C3852;
}
a:link {
	color: #336600;
	text-decoration: underline;
}
a:visited {
	color: #6CB362;
	text-decoration: underline;
}
a:hover {
	color: #990066;
	text-decoration: underline overline;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline overline;
	background-color: #660033;
}

ul {
	margin: 0px;
    padding:15px;
}

li {
    margin-bottom: 10px;
}

.tiny {
    font-size: 12px;
}
