#maincontent 
{ 
width: 70%;
float: left;
margin: 0px;
}

.text 
{
font: 10pt Arial, sans-serif;
color: #000;
margin-bottom: 10px;
padding: 1px 0px 1px 30px; 
width: 100%;
text-align: justify;
background-color: #fff;
}

.text a:link
{
text-decoration: none;
color: #36f;
border-bottom: 1px dotted #000;
}

.text a:visited
{
text-decoration: none;
color: #656565;
border-bottom: 1px dotted #003;
}

.text a:hover 
{
color: #fff;
text-decoration: none;
background-color: #36f;
}

.text a#current2 
{
color: #36f;
text-decoration: none;
border-bottom: 1px dotted #656565;
}

.printtext 
{
font: italic 10pt Arial, sans-serif;
color: #656565;
width: 95%;
padding: 0 25px 0 0;
text-align: right;
background: right url(template/print.jpg) no-repeat;
height: 20px;
}

.printtext a:link
{
text-decoration: none;
color: #369;
border-bottom: 1px dotted #369;
}

.printtext a:visited
{
text-decoration: none;
color: #333;
border-bottom: 1px dotted #656565;
}

.printtext a:hover 
{
color: #fff;
text-decoration: none;
background-color: #369;
}