body { 
  margin: 10px;
  font-family: Comic Sans MS, Arial, sans-serif; 
  background: url(images/background.gif);
  background-color: #edfcff;
  color: black; 
  font-size: 15px;
  font-weight: bold; }
a:link {
  color: #33ccff; }
a:active {
  color: #996633; }
a:visited {
  color: #993399; }
a:hover {
  text-decoration: blink; }
hr {
  width: 30%;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid brown; }
img { 
  border: none; }
.title {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Monotype Corsiva, Times New Roman, Arial; 
  color: rgb(150,50,255);
  font-size: 50px; }
.text {
  font-family: Comic Sans MS, Arial, sans-serif; 
  font-size: 15px; }
.head {
  font-family: "Comic Sans MS", "Times New Roman", Times, serif;
  font-size: 20px;
  font-weight: bold;
  color: rgb(255, 100, 200); }  
pre {
  font-family: Comic Sans MS, Arial, sans-serif;
  color: black; 
  font-size: 100%; }
table.mind td {
  padding: 10px;
  border: 5px double rgb(0, 0, 205);
  background: transparent url(images/ball.gif) no-repeat scroll center center;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  font-family: "Monotype Corsiva", "Times New Roman", Times, serif;
  font-size: 16pt;
  font-style: italic;
  font-weight: bold;
  text-decoration: none;
  color: rgb(255, 215, 0);
  letter-spacing: 0pt;
  word-spacing: 0pt; }