#indexcontent 
{ 
width: 95%;
float: left;
margin: 0;
padding: 0; 
}

#indexmaincontent 
{ 
width: 53%;
float: left;
margin: 0px 29px;
padding: 0px;
}

.indextext 
{
font: 10pt Arial, sans-serif;
color: #000;
margin-bottom: 10px;
padding: 1px 10px; 
width: 95%;
text-align: justify;
background-color: #fff;
}

.indextext a:link
{
text-decoration: none;
color: #36f;
border-bottom: 1px dotted #000;
}

.indextext a:visited
{
text-decoration: none;
color: #36f;
border-bottom: 1px dotted #003;
}

.indextext a:hover 
{
color: #fff;
text-decoration: none;
background-color: #36f;
}