/* CSS Document */

body {background:#fff;color:#000;font-family:"Times New Roman", times, serif;margin:0;padding:10px 20px;text-align:center;font-size:88%;}
div {margin:0;padding:0;}
a img {border:0;}
a {color:blue;}
a:hover {color:#f00;}
img {margin:.5em;}
h1, h2, h3, h4 {color:#f00;}

table {text-align:left;border-collapse:collapse;width:75%;margin:20px auto;}
table td {border:1px solid #000;margin:0;padding:1em;}
table#menu, table#header {width:100%;}
table#menu td, table#header td {text-align:center;}
table#header h1 {font-size:2.4em;text-transform:uppercase}
table#menu a {display:block;padding:15px;text-decoration:none;color:#000;font-size:1.3em;font-weight:bold;}
table#menu a:hover {color:#f00;}
table.simple {margin:0 auto;}
table.simple td {border:none;}

.small {font-size:.8em;color:#f00;}