
body
{
	margin: 0;
	background-color: #EEB;
}

a 
{  
color: #06F;
text-decoration: none
}

a:visited 
{  
color: #33C
}

a:hover 
{
color: #60F;
text-decoration: none 
}


a:active 
{  
color: #FBF9E7;
}



img
{  
color: #CC9;
}

td
{
	font-family: georgia;
	font-size: small;
	font-weight: normal;
}

td.italic
{
	font-family: georgia;
	font-size: small;
	font-weight: normal;
	font-style: italic;
}

td.art
{
	font-family: georgia;
	font-size: 70px;
	color: navy;
}

td.small
{
	font-size: xx-small;
	font-family: verdana,arial;
	color: #555;
}

td.wide
{
	line-height: 2;
	font-size: small;
	font-family: verdana,arial;
}

td.txt
{
	font-size: medium;
	font-family: verdana,arial;
}

td.form
{
	font-size: small;
	font-family: verdana,arial;
	text-align: center;
	line-height: 2;
}

th
{
	font-weight: bold;
	font-size: 12pt;
	font-family: verdana,arial;
	color: #BBBBBB;
}



h1
{
	font-weight: bold;
	font-size: 14pt;
	font-family: verdana,arial;
}

.redtext { color: red; }
.red { color: red; }
.whitetext { color: #FFFFFF; }
.white { color: #FFFFFF; }
.grey { color: #BBBBBB; }
