
h1 { font-size: 21px }
h2 { font-size: 18px }

body { font-family: tempus sans ITC, Verdana, sans-serif; color: blue;  background: White;  }

a:link  { COLOR: blue; text-decoration: none; }

a:visited { color: blue; text-decoration: none; }

a:active { color: blue; text-decoration: none; }

a:hover  { COLOR: blue; text-decoration: none;}


#left div.feature ul
{
font: bold .9em/180% garamond,helvetica,sans-serif;
margin: 0;
padding: 0 0 0 12px;
list-style-type: none;
}
#left div.feature ul li 
{
color: #006;
list-style-type: none;
background-color: transparent;
}
#left div.feature ul li a
{
color: #006;
background-color: transparent;
text-decoration: underline;
}
#left div.feature ul li a:hover
{
color: navy;
background-color: white;
text-decoration: none;
}
