/* CSS Document */

     body {
    	color: #ffffff;
	font-family: Verdana;
	font-size: 16px;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	background-color: #797979;
	}

     a:link, a:active, a:visited, a:hover {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	cursor: default;
	}