body {
   background-color : #f1e1ad;
   font-size : 11pt; 
   font-weight : bold;
   font-family : Helvetica, Arial, sans-serif; 
}

table {
   font-size : 11pt; 
   font-weight : bold;
}

ul {
   font-size : 12pt; 
   font-weight : bold;
}

a:active {
   text-decoration : none; 
} 

a:link {
   text-decoration : none; 
} 

a:visited {
   text-decoration : none;
}

a:hover {
   color : yellow;
}

a {
   color : #FFFFFF; 
   font-size : 11pt; 
   font-family : Helvetica, Arial, sans-serif; 
   text-decoration : none; 
}

div {
   border : thin solid black;
   margin : 0 0 20 0;
}

p {
   font-weight : bold;
   font-size : 11pt; 
   font-family : Helvetica, Arial, sans-serif; 
   margin : 20 20 20 20;
}

