/* CSS Document */

body { 
  font-family: Corbel, Arial, sans-serif; 
  background: black;
  color: #f27979;
  xmargin: 0 0 0 15px;
  xpadding: 0;
}

h2 { color: white; }
td { color: #f27979; }

a:link, a:visited {
  text-decoration: none;
  xtext-decoration: underline;
  color: #f27979;
  xborder-bottom:1px dotted;
}

a:hover {
  text-decoration: underline;
  xcolor: #66c;
  xbackground: #ccc;
}
