

body {
	width: 90%;
	margin: 200 auto 0;
	background: #ffffff url("backgroundgaminggreen.jpg") no-repeat center top;
	padding: 10px;
}





a:link
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: darkgray;
    text-decoration: underline;
    font-weight: bold;
}

a:visited
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: gray;
    text-decoration: underline;
}

a:hover
{
    text-decoration: none;
    background-color: darkyellow;
    font-family: Verdana, Arial, Helvetica, sans-serifa;
    color: #444CCC;
}

.text
{
    font-family: Courier, serif;
}

div#ogc {
   background: #CCFFCC;
   border: thin green solid;
   padding: 10px;
   }

