body {
  background-color: black;
  font-size: 10px;
  font-family:"Arial", "Helvetica", sans-serif;
  text-align: center;
  color: #FFCC99;
}

a:link {text-decoration: none; color:#990000;}
a:visited {text-decoration: none; color:red;}
a:hover {text-decoration: underline;}

/* subtitle on main page */
h1 {
  text-align: center;
  font-family:"Times New Roman", serif;
  font-size: 18px;
  font-weight: bold;
}
/* category names on main page */
h2 { 
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: black;
  margin: 10px 0 0 0;
}
h2 a:link {text-decoration: none; color:black;}
h2 a:visited {text-decoration: none; color:black;}
h2 a:hover {text-decoration: none; color:#990000;}

/* bottom heading on main page */
h3 {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  color: #990000;
  margin: 0 0 0 0;
}
h3 a:link {text-decoration: none; color:#FFCC99;}
h3 a:visited {text-decoration: none; color:#FFCC99;}
h3 a:hover {text-decoration: underline; color:#FFCC99;}

/* category name on category pages */
h4 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 0 0;
}
/*site name links on category pages */
h5 {
  color:#990000;
  font-size: 16px;
  font-weight: bold;
  margin: 10 0 0 4;
}
h5 a:link {text-decoration: none; color:#990000;}
h5 a:visited {text-decoration: none; color:#990000;}
h5 a:hover {text-decoration: underline;}

/* sidebar links */
h6 { 
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #AAAAAA;
  margin: 0 0 0 0;
}
h6 a:link {text-decoration: none; color:#AAAAAA;}
h6 a:visited {text-decoration: none; color:#AAAAAA;}
h6 a:hover {text-decoration: none; color:#FFCC99;}

p
{
  text-align: center;
  font-size: 11px;
  margin: 0 0 0 0;
}

/* this is for the category pages */
.description
{
  text-align: left;
  font-size: 14px;
  color: black;
  margin: 4 4 4 4;
}
table{
  border-width: 0;
  margin-right: auto;
  margin-left: auto;
}
img {
  border-width:0;
}	