@charset "utf-8";
/* CSS Document */
body {
	color:#663366;
	margin:0;
	margin-top:20px;
	background-color:#cc99cc;
	font-family:Arial, Helvetica, sans-serif;
}
.grey {
	color:#c0c0c0;
	font-size:3em;
}
td.grey {
	font-family:"Maiandra GD", "Comic Sans MS";
}
a:link, a:visited {
	color:#fff;
}
a:link.purple, a:visited.purple {
	color:#663366;
}
td.menu a:link, td.menu a:visited {
	text-decoration:none;
	color:#FCF;
}
.smalllist p {
	font-size:0.8em;
	line-height:5px;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
table#list td {
	padding:5px 10px;
	border-bottom:1px solid #ccc;
	font-size:.9em;
}