/* same basic style as for all other pages */
body {
   font-size: small;
   background-color: #f9f9f9;
   font-family: verdana, arial, sans-serif;
}


a {
   text-decoration: underline;
   color: #090909;
}

a :hover {
   color: #0C0C0C;
}

table {
   border-collapse: collapse;
   font-size: small;
   border-color: silver;
}


