body { background-color: black; 
       font-family: arial, helvetica, sans-serif;
       font-size: smaller; }

a:active { text-decoration: none; color: black;}
a:link { text-decoration: none; color: black; }
a:visited { text-decoration: none; color: black; }
a:hover { text-decoration: none; background-color: #c0c0c0; }

table { width: 96%; padding: 6px 6px 6px 6px; 
}

td { background-color: #ffff80; color: black; text-align: left; }
td.nav { width: 24%; }
td.fic { width: 74%; }
td.center { text-align: center;
}

h1.center { text-align: center; 
}

td.centercol { width: 48%; }

.text-out { background-color:black; color:white; text-align:center; }

.tiny { font-size: x-small; }

div { text-align:center; }

.center { text-align: center;
}




