
body {color: silver; background: url(images/nerdtile.gif);
    font-family: arial, sans-serif;
    font-size: medium;
    margin-right: 125px;
}

ul  li {font-weight: normal; font-size: x-small;
  text-align: left; 
  list-style-type: round;
}

ol  li {font-weight: normal; font-size: x-small;
  text-align: left; 
  list-style-type: lower-latin;
}

h1 {
  font-weight: bolder; text-align: center;
}

blockquote {
  border-style: hidden;
  border-color: #0033FF;
  font-family: arial;
  font-style: italic;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-top: 10px;

}

table {
  border-width: 0px;
}

td {font-weight: bold;
  text-align: center;
  color: silver;
}

.cellstyle {text-align: center; 
  background: #000000;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-top: 10px;
}

a:link { color: blue; 
  text-decoration: none; 
}

a:visited { color: blue; 
  text-decoration: none; 
} 

a:hover { color: red; 
  text-decoration: none;
} 