
/* Presentation Stylesheet */ 

p {
 padding: 0 30px 10px 20px;
 margin: 0;
 text-align:left;
 color:#003300;
 }

h1 {
 padding:0;
 margin:0;
 text-align:left;
}

.xsmall {
   font-size: 10px;
}

ul.menu { 
   list-style-type: none; 


} 

ul.menu a { 
   color: #003300; 
   text-decoration: none; 
   font-weight: bold; 
   font-family: verdana,arial,helvetica,sans-serif; 
   font-size: 11px; 
} 

ul.menu a:visited {
 color:#006633
}

ul.menu a:hover { 
   color: #000000; 
} 

ul.menu a: active {
 color:#76EEC6;
}

.featured { 
   border: 2px solid #000000; 
   background-color: #993333; 
   width: 150px; 
   text-align: center; 
}

.featured ul { 
   list-style-type: none; 
   padding-left: 20px; 
   text-align: left; 
} 

.featured ul a { 
   color: #eeeedd; 
   text-decoration: none; 
   font-weight: bold; 
   font-family: verdana,arial,helvetica,sans-serif; 
   font-size: 11px; 
} 

.featured ul a:hover { 
   color: #000000; 
}