/*   Primary Content Area - Special Formatting  */
a:link, a:visited {
font-weight : bold; 
text-decoration : none;
color: #c30;
background: transparent; 
}

a:hover {
font-weight : bold; 
text-decoration : underline;
color: #e0861e;
background: transparent; 
}

a:active {
font-weight : bold; 
text-decoration : none;
color: #95a580;
background: transparent;  
}

.listinln {
list-style: none;
font: 11px Verdana, Trebuchet, Lucida, Arial, sans-serif;
line-height: 12px;
}

ul.listinln li {
display: inline;
width: 300px;
margin: 0 10px 0 0;
padding: 0;
}
