﻿input
{
	color: #000000;
}

.smallheading
{
	color: #00FF00;
	text-decoration: underline;
	font-variant: small-caps;
}

.bigheading
{
	color: #008000;
	text-decoration: underline;
	text-transform: uppercase;
	font-size: 12pt;
}
A:active
{
	color: #ffffff;
}


body
{
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
}

table
{
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
}


a
{
	color: #C0C0C0;
}
a.nodeco
{
	color: #FFFFFF;
	text-decoration: none;
}

A:hover
{
	color: #0099ff;
}

textarea
{
	font-family: Arial;
}
