body {
color: #0E0E0E; 
}

div, td  {  
text-align: justify; 
color: #B0B0B0; 
line-height: 15px; 
font-family: verdana;
font-size: 11px; 
letter-spacing: 0px;
}

.quote {
font-family: arial;
font-size: 13px;
color:#9FA092;
line-height: normal;
border-bottom: 5px solid #9FA092; 
border-top: 5px solid #9FA092; 
padding: 5px;
}

.block {
font-family: arial;
font-size: 13px;
color:#9FA092;
line-height: normal;
background: #000000;
padding: 5px;
}

em, i {
color: #FFFFFF;
font-size: 11px; 
font-family: georgia;
}

strong, b {
color: #FFFFFF; 
text-decoration: none;
font-family: georgia;
font-size: 10px;
text-transform: uppercase;
}

.title {  
text-transform: uppercase;
margin-bottom: 5px;
padding-top: 5px;
padding-right: 10px;
text-align: right;
line-height: 13px;
letter-spacing:1px;
font-size:28px;
font-weight:none;
font-style: italic;
font-family: lucida grande;
color:#FFFFFF;
}

a:link {  
color: #FFFFFF; 
text-decoration: none;
font-size: 10px;
text-transform: uppercase;
font-family: arial;
}
  
a:visited {  
color: #FFFFFF; 
text-decoration: none;
font-size: 10px;
text-transform: uppercase;
font-family: arial;
}
  
a:hover {   
color: #FFFFFF;
background-color: #2C2C2C;
text-decoration: none;
font-size: 10px;
text-transform: uppercase;
font-family: arial;
cursor: default;
}