body.i {
   background: white;
	 color: black;
	 margin: 0px;
	 padding-top: 5px;
	 font-family: verdana, arial, helvetica, sans-serif;
	 font-size: 10pt;
	 }
body.ii {
   background: white;
         background-image: url(images/backgreyfade.jpg);
         background-repeat: no-repeat;
         color: black;
	 margin: 0px;
	 padding-top: 5px;
	 font-family: verdana, arial, helvetica, sans-serif;
	 font-size: 10pt;
	 }
img {
	 border: 0px;
	 }
img.board {
	 position: relative;
	 float: right;
	 margin: 1em 1em 1em 0em;
}
h1.first {
   position: relative;
	 top: 10px;
	 margin-left: 2%;
	 margin-right: 2%;
	 }
h1.second {
   position: relative;
	 top: 10px;
	 margin-left: 2%;
	 margin-right: 2%;
	 }
h2 {
   position: relative;
	 top: 10px;
	 margin-left: 2%;
	 margin-right: 2%;
	 }
div.main {
	 position: relative;
	 top: 0px;
	 left: 10px;
	 margin-right: 5%;
	 }
div.main2 {
	 position: relative;
   top: 0px;
	 left: 165px;
	 margin-right: 22%;
	 }
div.menu {
	 position: relative;
	 width: 90%;
	 top: 0px;
	 left: 0px;
	 }
div.menu2 {
   width: 20%;
	 position: absolute;
	 top: 0px;
	 left: 0px;
	 }
div.foot {
	 width: 96%;
	 position: relative;
	 top: 0px;
	 }
div.foot2 {
	 width: 78%;
	 position: relative;
	 bottom: 0px;
	 left: 160px;
	 }
table {
   width: 100%;
	 border: 0px;
	 }
tr {
   height: 33px;
	 }
#l {
   background-color: green;
	 color: white;
	 text-decoration: none;
	 padding-left: 5px;
	 padding-right: 5px;
	 }	 