body {
background-image: url('index/bg.gif');
background-position: 0px 0px;
background-repeat: repeat-y;
direction:ltr}

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

.quote {
font-family: arial;
font-size: 11px;
color:#89712C;
padding: 10px;
background: #032B2F;
line-height: normal;
}

.title {  
text-transform: lowercase;
margin-bottom: 5px;
text-align: right;
line-height: 13px;
letter-spacing:-2px;
font-size:25px;
font-family: courier new;
color:#450002;
}

p.title:first-letter {
color:#89712C;
font-style: italic;
font-family: times new roman;
text-transform: uppercase;
}

.subtitle {
text-align: right;
margin-top: -5px;
margin-bottom: 5px;
margin-right: 25px;
color: #89712C;
font-family: arial;
font-size: 10px;
text-transform:uppercase;
}

strong, b {
color: #3D7167; 
text-decoration: none;
font-family: arial;
font-size: 9px;
text-transform: uppercase;}

em, i {
color: 3D7167; 
text-decoration: none;
font-family: georgia;
font-size: 11px;}

a:link {  
color: #3D7167; 
text-decoration: none;
}
  
a:visited {  
color: #3D7167; 
text-decoration: none;
}
  
a:hover {   
color: #509487;
text-decoration: none;
cursor: default;
background: url(index/hover.gif) repeat-x bottom;
}