/**********************************************************************
	Filename: global.css
	Project:  OhioCountryAcres.com
	
	Global style sheet
**********************************************************************/
/* Body Tag Definition */
body { margin-left:0; margin-top:0; margin-right:0; }
body { background-color:#ff0000; background-image:url(images/background.jpg); background-repeat:repeat-x; }
/* Assign font and color to the general styles */
font, th, td, p, span, div, a { font-family:Verdana, Arial, Helvetica, sans-serif; color:#ffffff; font-size:14px;}
textarea { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;}
a { font-weight:bold; font-style:normal; color:#0099ff; text-decoration:underline; }
a:hover { text-decoration: underline; color:#009999; }
h1,h2,h3,h4,h5 { font-family:Verdana, Arial, Helvetica, sans-serif;  }
h1 { font-size:20px; font-weight:bold; color:#ff0000; margin-top:0px;  }
h2 { font-size:16px; font-weight:bold; font-style:italic; color:#ffcc00; margin-top:10px; margin-bottom:0px;}
h3 { font-size:22px; font-weight:bold; color:#ff0000; margin-top:10px; margin-bottom:0px; }
h4 { font-size:12px; font-weight:bold; }
h5 { font-size:12px; font-style:italic; font-weight:normal;}
hr { height:1px; color:white;}
