div.links
{
width:50%;
font-family:Arial, Helvetica, sans-serif;
font-size:0.8em;
}
div.c1
{
width:49%;
text-align:left;
float:left;
}
div.c2
{
float:right;
text-align:left;
width:49%;
}
.links b
{
font-weight:600;
color:#3333CC;
text-decoration:underline;
}
.links:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
