@charset "utf-8";
.heading {
	font-family: Verdana, Geneva, sans-serif;
	font-size: xx-large;
}
.largetext {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 36px;
	font-weight: bold;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	margin-left: 100px;
	margin-top: 50px;
}
a:link {
	color: #999;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 24px;
	text-decoration: none;
}
.menutable {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 24px;
	color: #999;
}
a:visited {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: underline;
}
a:active {
	color: #666;
	text-decoration: none;
}
