body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #999999;
}
a {
	color: #804000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #000099;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 16px;
}
.style1 {
	font-size: x-small;
	font-weight: bold;
}
.style2 {
	font-size: small
}
.style3 {	font-size: x-small;
	font-style: italic;
}
h3 {
	font-size: 18px;
	font-weight: bold;
}
.definition {
	font-family: "Times New Roman", Times, serif;
	font-style : italic;
}

.serif {
	font-family: "Times New Roman", Times, serif;
}
.sans-serif {
	font-family: Arial, Helvetica, sans-serif;
}
.monospace {
	font-family: "Courier New", Courier, monospace;
}
.fantasy {
	font-family: Impact, fantasy;
}
.cursive {
	font-family: Comic Sans MS, cursive;
}
