.menu a {

    text-decoration: none;
    font-size: 11px;
    color: #001234;

    font-weight: bold;

}

.menu a:hover {

    background-color: #ffff00;

    text-decoration: none;


}

.bar {

    font-family: verdana, arial, helvetica, sans-serif;

    font-size: 11px;

    color: #000000;

    background-color: #d3d3d3;

    margin: 0;

}

.bar a {

    color: #000000;

    text-decoration: underline;

}

a {

    color : #001234;
    font-size: 14px;
	font-family: Tahoma

    font-weight: bold;

    text-decoration: none;

}

a:hover {
	font-family: Tahoma

    text-decoration: underline;
    color: #E02C0C;

}
body {  font-family: Tahoma
    font-size: 12px;
    color: #225088;

    font-weight: bold;
}
.big {

    font-size: 150%;

}

.big2 {

    font-size: 250%;

}