a:link, a:visited, a:hover, a:active
  {
  background:#faebd7;
  color:#cc6633;
  font-weight:bold;
  text-decoration:none;
  }

.menu, .footer
  {
  background:#ffcc99 !important;
  color:#000000;
  text-decoration:none;
  }

body
  {
  background:#faebd7;
  color:#000000;
  font:medium arial,serif;
  margin:0;
  padding:0;
  text-align:left;
  }

#header
  {
  border-bottom:2px solid #000000;
  margin:0 auto;
  padding:0 0 4px;
  text-align:center;
  width:557px;
  }

#menu
  {
  background:#ffcc99;
  border-bottom:2px solid #000000;
  color:#000000;
  font:small arial,serif;
  margin:0 auto;
  padding:2px 0 4px;
  text-align:center;
  width:557px;
  }

#content
  {
  margin:0 auto;
  padding:0;
  text-align:left;
  width:557px;
  }

#footer
  {
  background:#ffcc99;
  border-bottom:2px solid #000000;
  border-top:2px solid #000000;
  color:#000000;
  font:small arial,serif;
  margin:0 auto;
  padding:2px 4px 6px 0;
  text-align:right;
  width:557px;
  }

h1
  {
  background:#faebd7;
  color:#cc3300;
  font:large arial,serif;
  padding:6px 0 0;
  text-align:center;
  }

img
  {
  border:none;
  }

.border
  {
  border:1px solid #000000;
  }

.center
  {
  text-align:center;
  }

.purple
  {
  background:#faebd7;
  color:#666699;
  }

.red
  {
  background:#faebd7;
  color:#cc3300;
  }

.small
  {
  font:small arial,serif;
  }

ul
  {
  list-style:disc;
  }