.rightcell li
{
color: #d01f3c;
list-style-type: none;
background-image:url(images/bullet_03.gif);
background-repeat: no-repeat;
padding-left: 30px;
padding-bottom: 5px;
}

.rightcell li a
{
color: #d01f3c;
text-decoration: none;
border-bottom: 1px dotted #d01f3c;
}

.rightcell li a:hover
{
color: rgb(145, 41, 60);
}

a
{
color: #d01f3c;
text-decoration: none;
border-bottom: 1px dotted #d01f3c;
}
a:hover
{
color: rgb(145, 41, 60);
}