BODY {
	background-color: #808080;
	text: black;
	font-family: Arial, Helvetica, sans-serif;
	scrollbar-face-color: #333333;
	scrollbar-shadow-color: #808080;
	scrollbar-highlight-color: #808080;
	scrollbar-3dlight-color: #808080;
	scrollbar-darkshadow-color: #808080;
	scrollbar-track-color: #808080;
	scrollbar-arrow-color: #808080;
}

TR.header {
	background: #99cc00;
}

TR.body {
	background: #333333;
}

TD.mainstone {
	color: black;
	font-size: 16pt;
	font-weight: bold;
}

TD.fineart {
	color: black;
	font-size: 10pt;
}

TD.links {
	color: olive;
	font-size: 10pt;
}

TR.small, TD.small, P.small {
	font-size: 8pt;
}

A.links:link {
	color: olive;
	font-size: 10pt;
	text-decoration: none;
}

A.links:visited {
	color: olive;
	font-size: 10pt;
	text-decoration: none;
}

A.links:hover {
	color: black;
	font-size: 10pt;
	text-decoration: underline;
}

P.title, TD.title {
	color: #ff6600;
	font-size: 24pt;
}

P.welcome {
	color: white;
	font-size: 16pt;
}

P.occasion {
	color: #ff6600;
	font-size: 14pt;
}

P.list {
	color: olive;
	font-size: 12pt;
}

div#body {
	width=100%;
	height=100%;
	align: center;
}

P, TD {
	color: white;
}

A:link {
	color: #aaaaff;
	text-decoration: none;
}

A:visited {
	color: #aaaaff;
	text-decoration: none;
}

A:hover {
	color: white;
	text-decoration: underline;
}

