
h4 {
  color: #CC3333;
  font-size: larger;
  text-decoration: underline;
  text-transform: uppercase
}
h6 {
  font-variant: normal;
  font-weight: normal;
  font-family: Tahoma, Arial, sans-serif;
  color: #006666;
  font: bolder
}
body
{
  font-family: Arial, Helvetica;
  color: #000000;
  background-color: #FFFFFF;
  background-image: url(bg.gif);
  background-repeat: repeat;
  background-attachment: fixed;
  border: solid #6699FF
}

h5
 {
  font: italic Arial, Helvetica, cursive;
  font-size: small;
  color: #8A5E00;
  font-weight: bold
}

p
{
  font-family: Arial, Helvetica;
  color: Black;
}

a:link
{
  color: Blue
}

a:visited
{
  color: Purple
}

li 
{
  font: italic bold;
  color: #996600;
}

a:active
{
  color: Red;
}

a:hover
{
  color: #CC9900
}

h1
{
  font-family: Arial, Helvetica;
  color: #0033CC;
  background-color: #66CCFF;
  font-weight: bold;
  text-align: center
}

h2
{
  font-family: Arial, Helvetica;
  color: #CCFFFF;
  background-color: #6699FF;
  text-align: left
}

h3
{
  font-family: Arial, Helvetica;
  color: #0099FF;
}