body.wgBody {
    background-color: rgb(51,153,102);
    color: white;
    font-family: verdana;
    font-size: 10pt;
	width: 1250px;
	margin: 0px 20px 0px 50px;
}

h1.wgH1 {
    font-size: 35pt;
    color: white;
}

A:link {text-decoration: none; color: white;}
A:visited {text-decoration: none; color: white}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: white}

img {
    border-style: solid;
    border-color: white;
    border-width: 1px;
}