body {
background: #FFCCFF;
color: #000000;
margin-left: 5%;
margin-right: 5%;
font-style: normal;
font-family: Arial, sans-serif;
}

h1, h3, h4, h5, h6 {
background: #FFCCFF;
color: #000000;
text-align: center;
font-weight: normal;
font-family: Arial, sans-serif;
}

h2 {
margin:1.5em 0 .75em;
font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
text-align: center;
text-transform: uppercase;
letter-spacing:.2em;
  }
#header {
  width:660px;
  margin:0 auto 10px;
  border:1px solid #ccc;
  background:#333366;
  }
#blog-title {
  margin:5px 5px 0;
  padding:10px 10px .25em;
  border:1px solid #eee;
  border-width:1px 1px 0;
  font-size:150%;
  line-height:1.2em;
  font-weight:normal;
  color:#fff;
  text-transform:uppercase;
  letter-spacing:.2em;
  }
#description {
  margin:0 5px 5px;
  padding:0 5px 5px;
  border:1px solid #eee;
  border-width:0 1px 1px;
  background:#333366;  
  max-width:700px;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }
    
ul, dl, p, td, li, dt, dd {
background: #FFCCFF;
color: #000000;
font-style: normal;
line-height: 146%;
font-family: Arial, sans-serif;
}

ul li {
list-style: none;
}

ol li {
list-style: decimal;
}

a:link, a:visited {
background: #fcd5b0;
color: #000000;
}

a:hover, a:active {
background: #000000;
color: #FFFFFF;
}

hr {
color: #000000;
background: #fcd5b0;
height: 1 px;
}

pre, tt {
background: #fcd5b0;
color: #000000;
font-family: courier, monospace;
font-style: normal;
}