body {background-color: white;}

body, p, td, ul, li, strong {
   font-family: verdana, sans-serif;
   font-size: 11px;
}

span.help {
   cursor: help;
   border-bottom: 1px dotted black;
} 

p {
   margin: 12px 0 0 0;
}

p.space {
   margin-top: 20px;
}

ul {
   margin: 12px 0 0 20px;
}

li {
   margin-bottom: 5px;
}

a {
   text-decoration: none;
}

a:hover {
   text-decoration: underline;
}

