html, body {margin:0; padding:0; height:100%; background-color: rgb(50, 50, 50); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color: rgb(160,160,160); text-rendering: optimizelegibility;}

.menuheader {float: right; vertical-align: middle; line-height: 22px; background-color: none; padding-left: 12px; padding-right: 15px; font-size: 8pt; letter-spacing: 2pt;}

a img {border: none;} /* remove borders on img href in IE */
a:active, a:selected, a:visited {border: none; outline: none;} /* remove dotted outlines in IE */

A:link, A:visited, A:active, A:hover {
  text-decoration: none;
  font-weight: 200;
}
A:link {
  color: rgb(160, 160, 160);
}
A:visited {
  color: rgb(160, 160, 160);
}
A:active {
  color: black;
}
A:hover {
  color: rgb(210, 0, 50);
}