/* CSS Stylesheet */
/* created by Causeway CSS Stylesheet Editor RCS 2005 */
/* http://www.causeway.co.uk/freestuf/cssedit/ */

/* table {font-family:Verdana; font-size:X-Small; font-weight:bold; } */

table {font-family:Verdana; font-size:X-Small; }

H1 {}

H2 {font-size:X-Small; }

H3 {font-size:XX-Small; }

body
		{
		color: #008000;
		font-size: medium;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		text-align: left;
        background: #FFFF99
}

th {color:Black; }

a.menu:visited {color:#B4B808; background-color:#004000; }

a.menu:link {color:#B4B808; background-color:#004000; }

a {font-size:Larger; }

td
	{
  font-family: Verdana, Arial, Helvetica, sans-serif;
	}

a
 {
 	color: #008000;
	text-decoration: none;
	}

a:visited
  {
	color: #008000;
	}

a:hover
	{
	color: #00FF00;
	text-decoration: underline;
	}

hr
	{
	color: #006600;
	align: center;
	width: 80%;
	}

#myButton
  {
  background-color: '#ece9d8';
  font-weight: normal;
  cursor:hand;
  }
 