/*styles used for the alphabetical index files*/
/*January 2006, John Maher, CSS valids OK*/
body 	{font: 80%/1.2 arial, helvetica, sans-serif;
	      background: url(Horse/images/banbury.png);
	      text-align: center;
	      margin: 0.5em 0em;}

#container {width: 40em; height: auto;
      	margin-left: auto;
      	margin-right: auto;
	    padding: 1em;
	    border: 1px solid #999;
	    color: #333;
	    background-color: #fff;
	    text-align: left;}

a:link    {color: #33F; text-decoration: none; background-color: #fff;}
a:visited {color: #F33; text-decoration: none; background-color: #fff;}
a:hover   {color: #3F3; text-decoration: none; background-color: #fff;}
a:active  {color: #FF0; text-decoration: none; background-color: #fff;}

a.open 		{color: #700; background-color: #fff;}
a.ring 		{color: #070; background-color: #fff;}
a.fed 		{color: #00a; background-color: #fff;}
a.carnival 	{color: #f69; background-color: #fff;}

div#date {color: #F33; background-color: white; text-align: right;}

h2 {color: red; background-color: #fff; text-align: center; font-size: 16px;}
