  body
  {
  background-color: #ffcc01;
  color: floralwhite;
  font-size: 10pt;
  font-family: verdana, serif-sans, tahoma, arial;
  font-weight: bold;
  background-image: url('images/mic-smaller.png');
  background-position: bottom left;
  background-repeat: no-repeat;
  height: 100%;
  margin: 0;
  padding: 0;
  }
  
  table
  {
  color: #000000;
  font-size: 11pt;
  font-family: verdana, serif-sans, tahoma, arial;
  font-weight: normal;
  }

  .menu
  {
  background-color: #000000;
  }

  h3
  {
  color: #ffffff;
  } 
  
  a
  {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  }

  a.shownotes
  {
	  color: #000000;
  }
  
  a:hover
  {
  color: #5d92e2;
  }