.menu a {

    text-decoration: none;

    font-weight: bold;

}

.menu a:hover {

    background-color: #ffff00;

    text-decoration: none;

}

body {

    background-color : #66FFFF;

}

.bar {

    font-family: verdana, arial, helvetica, sans-serif;

    font-size: 9pt;

    color: #000000;

    background-color: #d3d3d3;

    margin: 0;

}

.cssstyle { position: relative; visibility: hidden; } /** DO NOT EDIT THIS LINE !!! **/

.bar a:link {text-decoration: none; color: #000000; font-size: 14px}
.bar a:visited {text-decoration: none; color: #000000; font-size: 14px}
.bar a:hover {text-decoration: underline overline; color: #FF6666; font-size: 14px}
.bar a:active {color: #000000; font-size: 14px}

a {

    color : #ff4500;

    text-decoration: none;

}

a:hover {

    text-decoration: underline;

}

.big {

    font-size: 150%;

}

.big2 {

    font-size: 250%;

}


