BODY {background-color: #FFFFFF;
      font-family: "Comic Sans MS", cursive;
      color: #000000
      }

A:link    {color: #AC849F}
A:visited {color: #AC849F}
A:active  {color: #AC849F}

h1          {font-family: "Comic Sans MS", fantasy;
             color: #AC85AC;
             text-align: center
}
h2          {font-family: "Comic Sans MS", fantasy;
             color: #84AC84
}
h3          {color: #AC85AC
}

.footer {
	clear: both;
	text-align: center;
	border-top: solid #84ac84 2PX;
	margin-top: 10px;
}

ul.games
{
  list-style-position: outside;
  list-style-image: url("/style/die.png");
  list-style-type: round;
  margin-left: 50px;
}
