BODY { 
     color: black;
     font-family: Verdana, Arial, Helvetica, Sans-Serif, MS Sans Serif;
     background: white; 
     font-size: 11pt;
     padding: 3em;
}

H2 {
    font-weight: bold;
    clear: left;
    text-align: center;
    font-size: 230%;
    color: #006688;
}

em {color: red;
    font-weight: bold;
   }  

img {
    width: 92px;
    height: 92px;
    border: 0px;
    float:left;
    vertical-align: middle;
    padding-right: 3em;
    }

div.cont {
    font-size: 100%;
    border: 2px solid #eeeeee;
    height: 92px;
    text-align: left;
    padding:0px;
    padding-right: 2em;
}

div.cont:hover {
    border: 2px solid #0088aa;
    background: #eeeeee;
   	}

div.cont:active {
    border: 2px solid #0088aa;
    background: #eef8ff;
   	}


td {
   width: 45%;
}



UL {
   margin-left: 4em;
   margin-right: 4em;
}


A:link {
    color: #000000;
    text-decoration: none;
}

A:visited {
	   text-decoration: none;
	   color: #333333;
	  }

A:hover { 
    background: #eeeeee;
 } 

A:active { background: ffeeee;
	 	 }