/* ~~~~~~~~~~~~~~~~~ 3 SECTIONS A + B + C ~~~~~~~~~~~~~~~~~*/

.colleft
{
float: left;
width: 246px;
}

.colmid
{
margin-left: 250px;
margin-right: 250px;
}

.colright
{
float: right;
width: 246px;
}



.mainsect a:link,
.mainsect a:visited
{
color: #fff;
text-decoration: none;
}

.mainsect a:hover,
.mainsect a:active
{
color: #fff;
text-decoration: underline;
}