#rightcontent
{
width: 20%;
float: left;
margin: 0px;
background-color: #fff;
}

.righttext 
{
font: 10pt Arial, sans-serif;
color: #000;
text-align: justify;
width: 99%;
margin: 0;
padding: 0;
}

.righttext a:link
{
text-decoration: none;
color: #000;
border-bottom: 1px dotted #003;
}

.righttext a:visited
{
text-decoration: none;
color: #000;
border-bottom: 1px dotted #003;
}

.righttext a:hover 
{
color: #fff;
text-decoration: none;
background-color: #000;
}