#divone, #divtwo, #divthree
{
margin: auto 0px;
float: left;
width: 250px;
}
#services-new ul, #services-new li
{
list-style: none;
margin: 0;
padding: 0;
width: 250px;
}
#services-new li
{
padding-left: 10px;
}
#services-new li a:link
{
text-decoration: none;
color: #006157;
}
#services-new li a:visited
{
text-decoration: none;
color: #006157;
}
#services-new li a:active
{
text-decoration: none;
color: #006157;
}
#services-new li a:hover
{
text-decoration: underline;
color: #006157;
}
#services-new .header
{
border-bottom: 1px solid #006157;
width: 250px;
margin-top: 10px;
color: #006157;
font-weight: bold;
}
.header a:link
{
color:#006157;
font-weight: bold;
text-decoration: none;
padding-bottom: 0px;
}
.header a:visited
{
color:#006157;
font-weight: bold;
text-decoration: none;
padding-bottom: 0px;
}
.header a:active
{
color:#006157;
font-weight: bold;
text-decoration: none;
padding-bottom: 0px;
}
.header a:hover
{
color:#006157;
font-weight: bold;
text-decoration: none;
padding-bottom: 0px;
}
/* Having the body CSS in this page removes the underline for the header links*/
#body a:link {text-decoration: none; color: #006157;}
#body a:visited {text-decoration: none; color: #006157;}
#body a:hover {background-color: #BBCCCC; text-decoration: none;}
#body a:active {text-decoration: none; color: #006157;}