body {
    background: #111111;
    font-family:"tahoma";
    margin:0 0 0 0;
}
.page{
    background-repeat:repeat;
    width:1000px;
    background: #222222;
}
table{
    margin:0 0 0 0;
    padding:0 0 0 0;
}
td {
    font: 11px "tahoma";
    margin:0 0 0 0;
    padding:0 0 0 0;
}

h1, h2, h3, h4, h5 {

    color:#FFCC66;
    margin: 0px;
}


h3 {
    font-size: 14px;
}
img{
    border:0;
}

a {
    font: 12px Tahoma;
    color: #ffb700;
    text-decoration: none;
}

a:hover {

    font: 12px Tahoma;
    color: #ffb700;
    text-decoration:underline;

}

.menu 
{
    background:#333333;
    width:100%;
    height:50px;
}
.menuitem a
{
    color:olive;
    font-family:"Tahoma";
    font-size:13px;
    font-weight: bold;
    text-decoration: none;
}


.green-text{
    color: #a5b66e;
    text-decoration: none;
}

.green-text-underline{
    color: #a5b66e;
    text-decoration: underline;
}

.mlinks{
    color:teal;
}
.mlinks:hover{
    color:white;
}