H1 {
   color: #ffffff;
}

a.black:link, a.black:active, a.black:visited 
{
  color: white;
  background: #000000;
  text-decoration: none;
}
 
a.black:hover
{
  color: #c0c0c0;
  background: #000000;
  text-decoration: underline;
} 

a.white:link, a.white:active, a.white:visited
{
  color: black;
  background: #ffffff;
  text-decoration: none;
}
 
a.white:hover
{
  color: #323232;
  background: #ffffff;
  text-decoration: underline;
} 

TABLE.global {
      text-align: center; 
      margin-left: auto; 
      margin-right: auto;
}

TD.global { 
   color: #ffffff; 
   padding: 1em;
}

IMG.photo { 
	  border: 1px solid #ffffff; 
}

div.menubar {
            width : 750px;
	    color: #ffffff;
	    font-size: 10pt;
	    background: #000000;
	    border: 1px black solid;
	    margin-left: auto; 
	    margin-right: auto;
	    text-align: center;
}

div.subMenubar {
            width : 750px;
            height : 18px;
	    color: #000000;
	    font-size: 10pt;
	    background: #ffffff;
	    border: 1px white solid;
	    margin-top: 0px; 
	    margin-left: auto; 
	    margin-right: auto;
	    text-align: right;
}

div.main { 
	 width : 750px; 
	 background: #000000;
	 color: #ffffff;  
	 border: 1px black solid;
	 text-align: center;
	 margin-left: auto; 
	 margin-right: auto;
	 font-size: 14px;
	 font-family: Helvetica, sans-serif;
}

