body {
	font-size: 80%;
	font-family: arial,helvetica,sans-serif;
	color: #000;
	margin: 5px;
	padding: 0px;
	background-color: #369;
	background-image: url(/graphics/background.gif);
}

.smalltext {
	font-size: .80em;
	color: #000;
}

.smallwhitetext {
	font-size: .80em;
	color: #fff;
}

.largetext {
	font-size: 1.25em;
	font-weight: bold;
}

.hugetext {
	font-size: 1.75em;
	font-weight: bold;
}

.highlight {
	background-color: #ffff66;
	color: #000;
}

.red {
	color: #f00;
}

a:link {
	color: #39c;
	text-decoration: none;
}

a:visited {
	color: #484;
	text-decoration: none;
}

a.active {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}
