body { 
	font: 10pt georgia; 
	color: #555753; 
	background: #ffffff;
}
p
{
	font: 10pt georgia;
}

#text
{
	white-space: normal;
}

#h1
{
	font: 20pt georgia;
	margin-top: 10px;
}
#h2
{
	font: 14pt georgia;
}
#h3
{
	font: 20pt georgia bold;
	color: purple;
}
#center
{
	text-align: center;
}
a:link, a:visited
{
	font: 12pt georgia; 
	color: purple;
	background-color: transparent;
	text-decoration: none;
}

a:hover
{
	font: 12pt georgia; 
	color: white;
	background-color: purple;
	text-decoration: none;
}

td
{
	white-space: nowrap;
}

table table td
{
	text-align: center;
}
