p
{
text-align: left;
}

body 
{
background-color: #ffffb3;
margin-top: 20px;
margin-bottom: 20px;
margin-left: 50px;
margin-right: 50px;
color: #333333;
font-family: Georgia, Serif;
text-align: center;
}

a:link {
color:#35556a;
text-decoration:none;
}
a:visited {
color:#35556a;
text-decoration:none;
}
a:hover {
color:#a9501b;
text-decoration:underline;
}
a img {
border-width:0;
}

table
{
width: 100%;
}

table.menu
{
border-top:1px solid #d48a5d;
border-bottom:1px solid #d48a5d;
margin-top: 5px;
}

th
{
width: 14.28%;
background-color: #35556a;
}

td
{
text-align: center;
}

th a:link {
color: #FFFFFF;
text-decoration:none;
}
th a:visited {
color: #FFFFFF;
text-decoration:none;
}
th a:hover {
color:#a9501b;
text-decoration:none;
}

h1
{
margin:5px 5px 0;
padding:15px 20px .25em;
line-height:1.2em;
text-transform:uppercase;
letter-spacing:.2em;
font: normal normal 190% Georgia, Serif;
}

h2
{
text-align: left;
font-size:140%;
font-weight:normal;
line-height: 1px;
position: relative;
top: -15px;
color:#a9501b;
margin: 0px;
}

.left-align-table td
{
text-align: left
}