body {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
background-color: #DFDFDF;
overflow: auto;
text-decoration: none;
}
a:link { color: #F10A0A; text-decoration: none}
a:visited { color: #F10A0A; text-decoration: none}
a:hover { font-weight: bold}
a:active { color: #F10A0A; text-decoration: none}

#content {
position:absolute;
top:200px;
left:0px;
width:258px;
height:auto;
z-index:1;
padding:5px;
background-color:#DFDFDF;
}

h1 {font-weight:bold;font-size:10px;color:#000000; padding:2px; z-index:2;background-color:#DFDFDF; border-bottom : 2px solid #000000;
}

blockquote {
font-family: Arial, Tahoma, Helvetica, sans-serif;
margin: 10px; 
background-color: #000000;
color: #DFDFDF;
padding: 5px; 
border-left : 5px solid #F10A0A;
}