body {
color : #787878;
font-size : 11px;
background-color : #000;
font-family : Tahoma;
margin : 0;
padding : 0;
border : 1px solid #590000;
margin: auto; max-width: 650px;
}

a:link, a:visited {
color : #fe8f17;
text-decoration : none;
}
a:hover {
color : #ff4e00;
text-decoration : none;
}

input, textarea, select {
color : #6d6d6d;
background-color : #101010;
border : 1px solid #363636;
max-height: 20px;
max-width: 120px;
}
input:hover, textarea:hover, select:hover {
color : #8f8f8f;
background-color : #212121;
border : 1px solid #434343;
}
input:focus, textarea:focus, select:focus {
color : #78b100;
background-color : #1c2900;
border : 1px solid #385400;
}
form {
display: inline;
}

.title {
color : #75bf00;
background-color : #030500;
background-image : url(images/gmenu.gif);
background-repeat : repeat-x;
background-position : 50% top;
margin-top : 1px;
margin-bottom : 1px;
padding : 2px;
border : 1px solid #415f00;
text-align : center;
}
.title a {
color : #75bf00;
border-bottom : 1px dotted #223200;
}
.title a:hover {
color : #96f400;
border-bottom : 1px dotted #395400;
}

.news {
background-color : #000;
background-image : url(images/menu.gif);
background-repeat : repeat-x;
background-position : 50% bottom;
margin-top : 1px;
margin-bottom : 1px;
padding : 2px;
align-text : left;
}

.menu {
background-color : #000;
background-image : url(images/menu.gif);
background-repeat : repeat-x;
background-position : 50% bottom;
margin-top : 1px;
margin-bottom : 1px;
padding : 2px;
border : 1px solid #590000;
align-text : left;
}

