

a 
{  
color: #0000FF;
text-decoration: none
}

a:visited 
{  
color: #06C;
}

a:hover 
{
background-color: #CCF;
text-decoration: underline;
}

a:active 
{  
color: #0C6;
background-color: #FFF;
text-decoration: none;
}


p
{
	font-size: small;
	font-family: verdana,arial;
}

div
{
	font-size: xx-large;
	font-family: verdana, arial;
}



td
{
	font-size: small;
	line-height: 150%;
	font-family: verdana, arial;
	color: #000099;
} 




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

.small
{
	font-size: x-small;
	font-family: geneva,verdana,arial;
	color: #000099;
}

td.form
{
	font-size: small;
	font-family: verdana, arial;
}

th
{
	font-weight: bold;
	font-size: medium;
	font-family: verdana, arial;
	color: #330099;
}


li
{
	font-size: small;
	line-height: 150%;
	font-family: verdana, arial;
	color: #000099;
} 

h1
{
	font-weight: bold;
	font-size: large;
	font-family: georgia,times;
}

h2
{
	font-weight: bold;
	font-size: medium;
	font-family: georgia,times;
}

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