<style>
html {
padding:0px;
margin:0px;
}
body {
background-color: #f0f0e0;
font-size: 75%;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#000000;
padding:10px;
margin:10px;
}


a {
color: #336600;

background-color:transparent;
text-decoration: none;
}
pre {
color: #564b47;
font-size: 11px;
font-family: Tahoma, Helvetica, Arial;
}
p,h1, h3, pre {
padding: 5px 15px;
margin: 0px;
}
h1 {
font-size: 48px;
color: #564b47;
background-color: transparent;
align: center;
}
h3 {
font-size: 26px;
color: #564b47;
background-color: transparent;
align: center;
text-transfrom: upper;
}
</style>