/* Style sheet for marstersracing.com */
body {
 background: url('/ico/wp.png');
 font-family: Arial, Helvetica, sans-serif;
}
img {
  border: none;
}
table.main {
  width: 720px;
  text-align: left;
  border: none;
  padding: 0;
}
a.txt:hover, a.txt:active {
 text-decoration: overline underline;
 color: #00ff00;
 background-color: #000000;
}
.centered {
   margin-left:auto;
   margin-right:auto;
   text-align: center;
}
hr {
  border: 0;
  height: 1px;
  color: black;
  background-color: black;
}
.hr-50 { width: 50%; }
.hr-75 { width: 75%; }
.smaller { font-size: smaller }
.small { font-size: small; }
.x-small { font-size: x-small; }
.xx-small { font-size: xx-small; }
.black { color: black; }

