/* 
* Rooster Farms Stylesheet 
* Created by Design Matters

* http://www.design-matters.com
*/

body {
	background-image: url(graphics/background_hp.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}

td
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	font-style: normal;
	}
	
a:link {
	color: #990000;
	text-decoration: underline;
}   

a:visited {
	color: #990000;
	text-decoration: underline;
}    

a:active {
	color: #990000;
	text-decoration: underline;
}

a:hover {
	color: #ffff99;
	text-decoration: none;
}

.footer
	{
	font-size: 10px;
	text-align: center;
	}
	
.sectionTitle
	{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	}