

body {
background-color:#FADBA5;
}

img {
width: 100px; height: 75px;
border: none;
}

p {
text-align: center;
color: #FADBA5;
}

table {
width: 648px;
position: center;
border: 0;
border-collapse: collapse;
padding: 2px;
}
th {
font-family:Comic Sans MS, helvetica, sans-serif;
text-align:left;
font-size:18pt;
color:maroon;
font-weight:700;
}

i {
color:maroon;
font-family:Times New Roman;
font-size:20px;
font-weight:700;
font-style:italic;
text-align:left;
}

td {
color:maroon;
font-family:Times New Roman;
text-align:left;
font-size:18px;
}


.container {
clear: both;
float: left;
width: 100%;
overflow: hidden;
background: #800000;
font-family: Verdana;
font-size: 1em;
}

#navi {
float: left;
position: relative; 
left: 50%;
margin: 0 auto;
padding: 0; 
list-style-type: none;
}

#navi li {
float: left;
position: relative;
right: 50%;
}

#navi a {
width: auto;
display: block;
padding:0 10px;
line-height: 1.5em;
color: #fff; 
background: #800000; 
border:1px solid #800000;
text-decoration:none;
}

#navi a:hover {
background: #FADBA5;
color: #000;
}