/* 
* Rooster Farms Stylesheet 
* Created by Design Matters

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

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

td
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	vertical-align: top;
	}
	
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;
}

li
	{
	font-size: 12px;
	}

.guestBook
	{
	color: #000000;
	background: #ffffff;
	font-size: 10px;
	}
.guestBookNav
	{
	color: #000000;
	background: #cc9933;
	font-size: 10px;
	}
	
.titleOrder
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #ffffff;
	font-weight: bold;
	}

.title
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #663300;
	font-weight: bold;
	}

/* Discription of coffee text on the online ordering pages */
.disc
	{
	font-size:11px;
	}

.footer
	{
	font-size: 10px;
	text-align: center;
	}

.products
	{
	font-size: 10px;
	}
	
.products li
	{
	font-size: 10px;
	}
.sectionTitle
	{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	}
.specialTitle
	{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #ff0000;
	}
.specialReverse
	{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #ffcc66;
	background: #990000;
	}