

body {
    background: green;
    font-family: verdana,arial;
}

img {
    border: 0px;
}

.login {
    border: 1px solid #13B302;
    background: #12A501;
    font-size: 9px;
}

a {
    color: green;
    text-decoration: none;
}

a:hover {
    color: black;
    text-decoration: none;
}

.news {
    text-align: right;
    font-size: 10px;
    padding-right: 30px;
    padding-left: 80px;
}

.m_top {
    background: url(images/m_top.jpg);
    height: 21px;
    font-size: 10px;
    color: green;
    text-align: center;
    font-weight: bold;
}

