.navbar {
font-weight:bold;
font-family:Arial;
font-size:12px;
color:#3366CC;
width:342px;
height:21px;
}

A:link {
text-decoration: none;
color:#3366CC;
}

A:visited {
text-decoration: none;
color:#3366CC;
}

A:active {
text-decoration: none;
color:#3366CC;
}

a:hover {
text-decoration: underline;
color:#3366CC;
}

A.links:link {
text-decoration: underline;
color:#3366CC;
}

A.links:visited {
text-decoration: underline;
color:#3366CC;
}

A.links:active {
text-decoration: underline;
color:#3366CC;
}

a.links:hover {
text-decoration: underline;
color:#3366CC;
font-weight: bold;
}