body {
 background: black;
 font-family: Tahoma, Verdana, sans-serif;
 font-size: 12pt;
 color: #CCCCCC;
 margin: 0;
 margin-top: 2px;
 margin-bottom: 2px;
}
a:link, a:visited, a:active {
 color: #CC0000;
 text-decoration: none;
} 
a:hover {
 color: #FF0000;
 text-decoration: underline;
}   
h1,h2,h3,h4 {
 text-align: center;
 border-bottom: 2px solid #330000;
}
.header {
 width: 100%;
 margin: 0px 0px 2pt 0px;
 border-top: 1px solid #660000;
 background: #444444;
 font-size: 9pt;
 padding: 2px 0px 2px 0px;
 text-align: center;
}  
.footer {
 width: 100%;
 margin: 9pt 0px 0px 0px;
 border-bottom: 1px solid #660000;
 background: #444444;
 font-size: 9pt;
 padding: 2px 0px 2px 0px;
 text-align: center;
}  

#mainpart {
 width: 90%;
 font-size: 10pt;
 padding: 2px 2px 2px 2px;
 text-align: left;
}  
  
/*Верхнее меню*/
#top_nav {
 padding-top: 5px;
 padding-bottom: 5px;
 width: 100%;
 background: inherit;
}
#top_nav ul {
 margin: 0;
 padding: 0;
 list-style-type: none;
 text-align: center;
}
#top_nav ul li { display: inline; } /*Горизонтальное размещение*/
#top_nav ul li a { /*Стиль пункта меню*/
 text-decoration: none;
 padding: .4em 1em;
 color: #CCCCCC;
 font-weight: bold;
 text-transform: uppercase;
 background-color: inherit;
}
#top_nav ul li a:hover { /*Выбранный пункт меню*/
 color: #ffffff;
 background-color: #222222;
}
