/* At-Rules */
@charset "iso-8859-1";

body {background: black; background-attachment: fixed; text-align: center; font-family: Times; size: 12pt; color: white;}

p {border: solid silver 1px; border-spacing: 3px; padding: 5px; color: white; width: 90%;   font-style: normal; text-align: center}


a, a:visited, a:active {border: outset gray ; font-size: 20pt; color: white; font-weight: bold;   text-decoration: none; background-color: midnightblue; padding: 5px;}

a:hover {border:   inset slate 10px; color: silver; background-color: black;}

a#small {text-decoration: underline; font-size: 15;}
a#fix {font-size: 20;}
a#text {text-decoration: none; font-size: 12; border: 0px; }

h1, .h1 {font-size: 36pt; text-align: center; font-weight: bold;    letter-spacing: 1px;}
h2, .h2 {font-size: 20pt; text-align: center; font-weight: bold;    letter-spacing: 1px;}

td.list { width: 200px; font-weight: bold; text-align: right}
td.name { font-weight: bold; text-align: center; text-decoration: underline; font-size: 30;}

