/* CSS Document */



body {
    font-family: Verdana, Arial, Helvetica, Sans Serif;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    font-weight: none;
}

a {
    color: #003333;
    text-decoration: none;
	outline: 0;
}

a:hover {
    text-decoration:none;
}

.menu {
    color: #777777;
}

.menu:hover {
    text-decoration: underline;
    font-weight: none
}

.text {
    font-size: 12px;
    color: #777777;
}

.news {
    font-size: 10px;
    color: #777777;
    margin: 2px;
    text-decoration: none;
    font-weight: none;
}

.news:hover {
    text-decoration: underline;
}

.headline {
    font-size: 12px;
    color: #777777;
    text-decoration: none;
    font-weight: bold;
}

.headline:hover {
    text-decoration: underline;
}

