<style type="text/css">
html, body {
height: 100%;
}

#mybody {
width: 724px;
height: 420px;
text-align: center;
position: absolute;
left: 50%;
top: 50%;
margin-left: -362px;
/* Half the width of the DIV tag which is 724 pixels */
margin-top: -210px;
/* Half the height of the DIV tag which is also 420 pixels */
}

a:link {
	color: #c7c7c7;
  font-size: 11pt;
	text-decoration: none;
	}

a:visited {
	color: #7B878F;
  font-size: 11pt;
	text-decoration: none;
	}

a:hover, a:active {
	color: #ba7474;
  font-size: 11pt;
  font-weight: bolder;
	}

</style>
