.text 
{
font: 10pt Tahoma, sans-serif;    
color: #000;
padding: 1px 0; 
width: 100%;
text-align: justify;
background-color: #fff;
}

.text a:link
{
text-decoration: none;
color: #333;
text-decoration: none; 
background-color: #fff;
border-bottom: 1px dotted #4b1017;
}

.text a:visited
{
text-decoration: none;
color: #333;
border-bottom: 1px dotted #003;
}

.text a:hover 
{
color: #fff;
text-decoration: none;
background-color: #ce0007;
}

.righttext
{
font: 10pt/1.5em Tahoma, sans-serif;    
color: #ce0007;
padding: 0px 1px; 
width: 100%;
text-align: right;
background-color: #fff;
}

.righttext a:link, .righttext a:visited

{
text-decoration: none;
color: #ce0007;
text-decoration: none; 
background-color: #fff;
border-bottom: 1px dotted #ce0007;
}

.righttext a:hover
{
color: #fff;
text-decoration: none;
background-color: #ce0007;
}

.endtext
{
font: normal 9px Verdana, Helvetica, sans-serif;
text-align: center;
width: 100%;
margin: 0px;
padding: 5px 0 0 0; 
color: #fff;
}

.endtext a:visited, .endtext a:link 
{
color: #fff;
text-decoration: none;
border-bottom: 1px dotted #fff;
}

.endtext a:hover
{
color: #fff;
text-decoration: none;
background-color: #c00;
}