A.menulink {
text-decoration: none;
font-weight:bold;
color: #008000;
}

A.menulink:hover {
text-decoration: none;
font-weight:bold;
color: #FF0000;
}

A.menulink1 {
text-decoration: none;
font-weight:bold;
color: #FF0000;
}
A.menulink1:hover {
text-decoration: none;
font-weight:bold;
color: #008000;
}

A.menulink2 {
text-align: center;
text-decoration: none;
font-family:;
font-size:15px;
font-weight:bold;
color: #008000
}

A.menulink2:hover {
text-align: center;
text-decoration: none;
font-family:;
font-size:15px;
font-weight:bold;
color: #FF0000;
background-color: #008000
}

.text01 {
    font-family: arial;
    font-size: 12px;
    color: #000000;
}

.bgcolor4Basic {
    background-color: #B7C7E7
}