body
{
font-size: 70%;
color:#000000;
background-color:#FFFFFF;
}

a:hover	{
	color:	#009999;
	}

a	{
	color:	#0000ff;
	}

a.footer	{
	color:	#ffffff;
	}

a.footer:hover	{
	color:	#dddddd;
	}


body, p, h1, h2, h3, table, td, th, ul, ol, textarea, input
{
font-family: verdana,helvetica,arial,sans-serif;
}

table, input, textarea
{
font-size: 100%;
}

INPUT, TEXTAREA, OPTION, SELECT {
	font-family: verdana,helvetica,arial,sans-serif;
	padding: 0px;
	font-size: 10px;
	color: #000080;
	background-color: #DDFFDD;
}

input:focus, 
select:focus, 
textarea:focus {
	background-color: #ffffff;
}

input[type=submit], 
input[type=reset], 
input[type=button],
button {
	background-color: #ffff00;
	color: #ff0000;
}

PRE
{
	font-family: courier new;
	font-size: 12px;
}
