/* Equi-Turf styles.css */
/* pcolvin:03-26-2009   */

body
{
	font-size: 80%;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif;
	margin: 10px auto 10px auto;
	color: #fffafa;
	background-color: #006633;
}

h1
{
	font-size: 150%;
}

h2
{
	font-size: 130%;
}
h3
{
	font-size: 120%;
}

h4
{
	font-size: 100%;
}

p
{
	font-size: 90%;
	line-height: 130%;
	margin: 5px;
}

a:link, a:visited, a:active
{
	display: inline;  /* Ensures that active link area is whole width of link element */
	/* padding: 2px 10px; */
	color: #fffafa;
	text-decoration: none;
}

a:hover
{
	display: inline;  /* Ensures that active link area is whole width of link element */
	/* padding: 2px 10px; */
	color: #00ffff;
	text-decoration: none;
}

img
{
	border: 0;
	margin: 0;
	padding: 0;
}

#footer
{
	padding: 2px;
	margin: 2px;
	text-align: center;
	/* border: 1px solid #000; */
	border-top: 3px double #000;
	font-size: 85%;
	font-weight: bold;
}

#footer p
{
	margin: 0;
}
