body{
  background:#FFFFFF;
  margin-top:0px;
  margin-bottom:0px;
  margin-left:0px;
  margin-right:0px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  text-align:center;
  width:100%;
  height:100%;
}
html {	
	width: 100%;
	height:100%;
}

a, a:visited {
  color:#CCCCCC;
  text-decoration:none;
}

a:active {
  color:#FFFFFF;
  text-decoration:none;
}

a:hover, a:focus {
  color:#FFFFFF;
  text-decoration:underline;
}