body {
      bbackground-color: green;
      font-family : times, courier, sans-serif;
      ffont-size: 10pt; 
      font-weight: bold;
      color : black;
}

h,h1,h2 {
    font-family: times, sans-serif, courier, cursive;
    font-weight: bold;
    bborder: 1;
    bborder-color: black;
    bborder-style: solid none solid none;
    bbackground: yellow;
    margin-top: 0px;
}

#body {
    min-height: 280px;
    min-width: 600px;
    width: 660px;
    background: white;
    bborder: 2;
    margin: 40px;
    bborder-color: black;
    bborder-style: none solid solid solid;
    text-align: center;
}

#menu_r {
    float: right;
    text-align: right;
    margin: 20px 20px 0px 10px;
    padding: 0px;
    clear: right;
}
#menu_r img {
    border: 1px solid black;
    padding: 0px;
    margin: 0px;
}
#menu_l img {
    border: 1px solid black;
    padding: 0px;
    margin: 0px;
}

#menu_l {
    float: left;
    text-align: left;
    margin: 10px 10px 0px 30px;
    padding: 10px;
    clear: left;
}

#menu_r li {
    list-style-type: none;
}


a:link {
    color : blue;
    text-decoration: none;
}
a:active {
    color : blue;
    text-decoration: none;
}
a:visited {
    color : blue;
    text-decoration: none;
}
a:hover {
    color: red;
    text-decoration: none;
}
.rss {
    border: 3px solid;
    border-color: #FC9 #630 #330 #F96;
    background: #F60;
    color: #FFF !important;

    margin: 0;
    padding: 0 3px;
    font: bold .7em verdana, sans-serif !important;
    text-decoration: none !important;
}
