body                { background : white url('bg.gif') center center fixed no-repeat; color : black; margin : 0; padding : 0; text-align : center; }
p,td,th,div,li,h3   { font-family : georgia, serif; font-size : 14px; }
h1                  { text-align : center; color : black; font-size : 36px; }
h3                  { text-align : left; color : #800; font-size : 18px; width : 75%; border-left : 10px ridge red; margin : 10px auto;
                      padding : 10px; }
p,ul,li             { width : 80%; padding : 10px; margin : auto; line-height : 1.5em; text-align : left; }
a:link,a:visited    { color : red; text-decoration : none; border : 1px solid white; padding : 2px 4px; }
a:hover             { color : #B00; border : 1px solid #B00; padding : 2px 4px; }
table               { margin : 10px auto; border : 2px groove #D00; width : 90%; }
td,th               { text-align : left; padding : 5px; border : 1px solid #B00; width : 25%; }
th                  { font-weight : bold; text-align : center; }

p.center, td.center { text-align : center; }
p.box               { border : 1px solid #B00; }
