body {
  margin: 0;
  font-family: Tahoma, Arial, Helvetica; font-size:12px;
  color: black;
  background: white;
  background-position: top left;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
:link { color: #00C; background: transparent }
:visited { color: #609; background: transparent }
a:active { color: #C00; background: transparent }
a[href]:hover { background: #F7ED93 }