html, body {
   width: 100%;
   height: 100%;
}

body{
  background-color:#ffffff;
  color:#cccccc;
  margin:0;
  padding: 0;
}

a:link {
  border-bottom:0px solid #fd7000;
  color:#ff7f00;
  text-decoration:none;
}

a:visited {
  border-bottom:0px solid #fd7000;
  color:#ff7f00;
  text-decoration:none;
}

a:hover,
a:active {
  border-bottom:0px solid #ff7f00;
  color:#ffbc00;
  text-decoration:non;
}

