/* Presentation Stylesheet */ 

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

h3 {
   padding:0;
   margin:0;
   text-align:left;
   color:#4B0082;
}

.xsmall {
   font-size: 10px;
}

.xbig {
   font-size: 20px;
}

a { 
   color: #551A8B; 
   text-decoration: none; 
   font-weight: bold; 
   font-style: italic;
   font-family: verdana,arial,helvetica,sans-serif; 

} 

a:visited {
   color:#F6A4D5
}

a:hover { 
   color: #000000; 
} 

a:active {
   color:#BF5FFF;
}

ul.wanted {
   list-style-type: circle;
   color:#4B0082;
}

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

li.menu { 
   list-style-type: none;
   list-style: none;
} 

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

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

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

ul.menu a:active {
   color:#BF5FFF;
}

ul.submenu { 
   list-style: none;
} 

ul.submenu a { 
   color: #551A8B; 
   text-decoration: none; 
   font-weight: bold; 
   font-family: verdana,arial,helvetica,sans-serif; 
   font-size: 10px; 
} 

ul.submenu a:visited {
   color:#F6A4D5
}

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

ul.submenu a:active {
   color:#BF5FFF;
}

.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; 
} 