body {
  margin-top:10px;
  margin-bottom:50px;
  background-color:white;}

a:link {
  text-decoration:underline;
  font-weight:normal;
  font-size:11px;
  color:gray;}

a:visited {
  text-decoration:underline;
  font-weight:normal;
  font-size:11px;
  color:gray;}

a:hover {
  text-decoration:underline;
  font-weight:normal;
  font-size:11px;
  color:silver;}

a:active {
  text-decoration:underline;
  font-weight:normal;
  font-size:11px;
  color:gray;}

* {
  font-family:arial;
  font-size:11px;
  color:gray;}

div {
  -moz-border-radius:13px;
  -khtml-border-radius:13px;}

