div.button  {
  background: #000000;
  border-color: #545353;
  border-style: solid;
  border-width: 1px;
  padding: 4px;
  }

h1  {
  font-family: helvetica;
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 1;
  text-align: center;
  font-weight:bold;
  }

p   {
  font-family: helvetica;
  font-size: 13px;
  letter-spacing: 0px;
  text-align: center;
  }

p3  {
  font-family: helvetica;
  font-size: 10px;
  line-height: 1;
  color: #FFFFFF
  font-weight:normal;
  }


p4   {
  font-family: helvetica;
  font-size: 13px;
  letter-spacing: 0px;
  font-weight:normal;
  line-height: 1;
  text-align: left;
  }

p5   {
  font-family: helvetica;
  font-size: 13px;
  letter-spacing: 0px;
  line-height: 1;
  text-align: center;
  font-weight:normal;
  }

font.head   {
  font-family: helvetica;
  font-size: 11px;
  letter-spacing: 4px;
  }

font.norm   {
  font-family: helvetica;
  font-size: 10px;
  letter-spacing: 1px;
  color: #000000;
  }
  

font.menu   {
  font-family: verdana;
  font-size: 12px;
  font-weight: bold;

  }

font.text   {
  font-family: arial;
  font-size: 14px;
  font-weight: ;

  }
a:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;
  font-weight:      none;
  background-color: none;
  color:            BB0000;
  }
a:visited {
  /* Applies to all visited links */
  text-decoration:  none;
  font-weight:      none;
  background-color: none;
  color:            BB0000;
  }
a:hover   {
  /* Applies to links under the pointer */
  text-decoration:  underline;
  font-weight:      none;
  background-color: none;
  color:            DDDDDD;
  }
a:active  {
  /* Applies to activated links */
  text-decoration:  underline;
  font-weight:      none;
  background-color: none;
  color:	          DDDDDD;
  }


font.space   {
  font-family: helvetica;
  font-size: 1px;
  }

a.menu      {
  color: #BB0000;
  text-decoration:  none;
  }
