body
{
	background-color: #ccffff;
	color: #000000;
	font: normal 12pt sans-serif;
}
a
{
	color: #ff0000;
	text-decoration: none;
}
a:visited
{
	color: #666666;
}
a:hover
{
	background-color: #ffff00;
	color: #000000;
	text-decoration: underline;
}
a:focus
{
	background-color: #ffff00;
	color: #000000;
	text-decoration: underline;
}
a:active
{
	background-color: #ff0000;
	color: #ffffff;
}
h1
{
	font-size: 32pt;
	text-align: center;
}
h2
{
	font-size: 24pt;
	text-align: center;
}
h3
{
	font-size: 18pt;
	text-align: center;

}
h4
{
	font-size: 14pt;
	text-align: center;
}
p
{
	font: normal 12pt sans-serif;
	text-align: justify;
	text-indent: 0;
}
tt
{
	font-family: monospace;
}
pre
{
	white-space: pre;
	font-family: monospace;
}
.huge
{
	font-size: 500%;
}
.tiny
{
	font-size: 75%;
}
table
{
	width: 100%;
	border: none;
}
table tr
{
}
table tr th
{
	font-weight: bolder;
	background-color: #006666;
	color: #ffffff;	
}
table tr td
{
	background-color: #ffffff;

}
td.button
{
	text-align: center;
}

table.sidebar
{
	font-size: 75%;
	text-align: left;
	border: 1px solid #000000;
	float: right;
	margin: 1em;
	font-family: "Comic Sans MS", sans-serif;
}
table.sidebar tr td
{

}
table.sidebar tr td a
{
	border: none;
}
blockquote
{
	border: 1px solid #669999;
	background-color: #ffffcc;
	padding: 0.75em;
	font: italic 14pt sans-serif;
}
div table
{
}
input {
	font-weight: bolder;
	background-color: #006666;
	color: #ffffff;
}
