a:link { 
color: silver; 
font-weight: bold; 
text-decoration: none; 
}

a:visited { 
color: silver; 
font-weight: bold; 
text-decoration: none; 
}

a:active { 
color: silver; 
font-weight: bold;
text-decoration: none; 
}

a:hover { 
color:gold; font-weight:bold; text-decoration:none; 
}

body {
font-family: Arial;
font-color: #FFFFFF;
scrollbar-arrow-color: #c2c2c2; 
scrollbar-3dlight-color: #c2c2c2; 
scrollbar-highlight-color: #000000; 
scrollbar-face-color: #000000; 
scrollbar-shadow-color: #c2c2c2; 
scrollbar-darkshadow-color: #000000; 
scrollbar-track-color: #000000;
}

input { 
background-color: #000000; 
font-family: Arial; 
font-size: 12px; 
font-color: #FFFFFF;
color: #FFFFFF; 
border: 1px solid silver;
}

img {
margin: 2px;
vertical-align: middle;
}

font {
color: #FFFFFF;
}

.dark{
color: #000000
}

.header_a {
background-color: #silver;
width: 100%;
}

.header {
background-color: #000000;
width: 100%;
height: 100px;
}

.border {
background-color: silver;
height: 2px;
}

.main {
width: 100%;
} 

.main_a {
width: 95%;
} 

.main_b {
background-color: #000000;
width: 100%;
}

.main_window {
background-color: silver;
width: 100%;
} 

.main_menu {
width: 100%;
}

.menu {
width: 240px;
} 

.menu_a {
width: 200px;
}

.menu_b {
background-color: black;
width: 100%;
} 

.activ {
border-style: solid;
border-width: 2px;
border-color: FF0000;
}