DIV#title {
    FONT-SIZE: 20px;
    COLOR: blue;
    font-family:sans-serif;
    font-weight: bold;
}

#active a:link, #active a:visited, #active a:hover
{
border: 1px solid #333;
background-color: #FF6600;
background-image: url();
text-decoration:none;
}

#navcontainer2 ul
{
padding-left: 0;
margin-left: 0;
background-color: #E0E0E0;
color: blue;
float: left;
width: 100%;
font-family: sans-serif, helvetica, sans-serif;
font-size: 12px;
text-decoration:none;
}

#navcontainer2 ul li { display: inline; }

#navcontainer2 ul li a
{
font-family:sans-serif;
font-size: 12px;
padding: 0.2em .5em;
background-color: #E0E0E0;
color: blue;
font-weight: bold;
float: left;
border-right: 0px solid #fff;
text-decoration:none;
}

#navcontainer2 ul li a:hover
{
background-color: #E0E0E0;
color: RED;
}

body {
background:silver;
font-family:sans-serif;
font-size:12px;
}

a {
text-decoration:none;
color:blue;
font-weight:500;
font-size:13px;
}

a:hover {
text-decoration:none;
color:red;
font-size:13px;
}

td {
WHITE-SPACE: nowrap;
font-family:sans-serif;
FONT-SIZE:13;
}



