body {
    margin:5px 5px 5px 5px;
    padding:0px;
    background:#f0f0e0;
    color:#000000;
    font-family:"Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
}
a{
    color:#800080;
		text-decoration: none;
}
a:hover{
    color:#E0AD12;
}
h1{
    margin: 0px 0px 0px 0px;
    border-bottom:solid 1px #FFDE80;
    color:#F5DEB3;
    font-weight:bold;
    font-size:250%;
    letter-spacing:-1px;
}
h2{
    color:#9E5205;
    font-weight:bold;
    font-size:150%;
    letter-spacing:-1px;
}
h3{
    margin:10px 0px 0px 0px;
    color:#700070;
    font-size:125%;
}
h4{
    color:#aa0033;
    font-size:120%;
}
h5 {
    font-size:110%;
}
h6{
    color:#800080;
    font-size:100%;
}
pre,code{
    color:#999999;
}
strike{
    color:#999999;
}
#header{
    padding:0px 0px 5px 10px;
    border-top:1px solid #800000;
    border-bottom:dotted 1px #800000;
    background:#800080;
    font-weight:bold;
    vertical-align: middle
}
#description{
    margin: 0px 0px 0px 0px;
    color:#FFDE80;
    font-size:85%;
}