/* CSS Document */
html { 
padding:0px;
margin:0px;
}
body {
background-color: #FDFBF0;
font-size: 12px;
font-family: Georgia, Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#011;
text-align: center; 
padding:0px;
margin:0px;

}
img {
border: 0;
}
a {
color: #503;
text-decoration: none;
}
a:link, a:active, a:visited {	
}
a:hover {
color: #903;
background: #F9F3D2;
text-decoration: underline;
}

h1, h2, h3, h4 {
text-align: center;
padding: 20px 0px;
margin: 2px;
text-transform:uppercase;
background-color: transparent;
}
h5 {
font-size: 90%;
color: #033;
} 
h4 {
font-size: 95%;
color: #903;
}
h3 {
font-size: 120%;
color: #703;
}
h2 {
font-size: 150%;
color: #503;
}
h1 {
font-size: 200%;
color: #503;
}
table {
border: 0;
font-size: 12px;
margin-left: auto;
margin-right: auto;
text-align: center;
}
