/* links
-----------------------------*/
a:link 
{
color: #c00;
}
a:visited 
{
color: #a00;
}
a:hover
{
color: #000;
text-decoration: none;
border: none;
}
a:active
{
}

h1 
{
font-family: tahoma, arial, sans-serif; 
color: #c00;
font-size: .8em;
font-weight: normal;
margin: 12px 0 3px 0;
padding: 0;
}


h2 
{
font-family: tahoma, arial, sans-serif; 
color: #c00;
font-size: 1.3em;
font-weight: normal;
margin: 0 0 3px 0;
padding: 0;
}

li
{
list-style-type: none;
background: transparent url('../img/bullet.gif') 0px 7px no-repeat;
padding: 2px 0 1px 14px;
margin: 0;
}


