/*
CrumClubCalves.ezfarm.net
CSS Sheet Designed by ComputingFromTheFarm.com
Author:  Andrew M. Bare

Use this meta tag in the HEAD of each HTML file on your site:
  <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
  
*/
/* */
body { 
	background-color:#FFFFCC;
}
/* defines the basic font used in all pages */
font {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
/* This allows an image banner to be placed in the top row*/
.farmbanner {
	background-image: url('http://crumclubcalves.ezfarm.net/images/backround2.jpg');
	background-repeat:no-repeat;
}
/* The Title Font is used in the Top Row of the Table*/
.title {
	font-size: large;
	font-weight: bold;
	color: #3333FF;
}
/* Higher Headings have a Georgia font */
h1, h2, h3 {
	font-family: Georgia;
	color: #3333FF;
}
/* Lower Headings keep basic text font */
h4, h5, h6 {
	font-family: Arial;
}
/* Footer class for bottom of each html file*/
.footer
{
	font-size: 9px; 
	font-weight: bold; 
	align: center;
}
