body {
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFCC;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 120%;
}

h3 {
	font-size: 110%;
}


a:link, a:active, a:visited {
	text-decoration: none;
}

a:focus, a:hover {
	text-decoration: underline;
}

.menu {
	color: #003399;
	font-weight: bold;
	font-size: x-small;
}

.quote {
	font-style: italic;
	padding: 6;
	margin: 6;
	font-weight: bold;
}

.points {
	font-size: x-small;
}

.underline {
	text-decoration: underline;
}

.border {
	border: thin solid #FFCC00;
}

.top_quote {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: large;
	font-weight: bold;
	color: #FFFFFF;
}