/* CSS Document */

body
{
	background-color:#FFFFF0;
	color:#060;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url('images/backdrop.gif');
	background-repeat: repeat-x;
}

a
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:normal;
	color:#060;
	font-variant: normal;
	text-decoration: none;
	text-transform: none;
}

a:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:normal;
	color:#FFFFF0;
	background-color:#060;
	font-variant: normal;
	text-decoration: none;
	text-transform: none;
}

input
{
	font-family:"Courier New", Courier, mono
}