body {background-image: URL(images/bg.gif); background-repeat: repeat-x}
.box {	border-top-width: 1px;border-right-width: 1px;	border-bottom-width: 1px;	border-left-width: 1px;	border-right-style: groove;	border-left-style: groove;	border-top-color: #000066;	border-right-color: #000066;	border-bottom-color: #000066;	border-left-color: #000066;}
.picture {border: 1px solid #003399;}
.text {font-family: Arial, Helvetica, sans-serif;font-size: 14 px;color: #000000; text-align: justify;}
.copyright {font-family:  Arial, Helvetica, sans-serif; font-size: xx-small; color: #CC0000; text-align:center}
p {font-family: Arial, Helvetica, sans-serif;font-size: 14; color: #000000; text-align: justify;}
h1 {font-family: Century Gothic, sans-serif; color: #CC0000; text-align: center;}
h2 {font-family: Century Gothic, sans-serif; color: #CC0000; text-align: center;}
h3 {font-family: Century Gothic, sans-serif; color: #CC0000; text-align: center;}
h4 {font-family: Century Gothic, sans-serif; color: #000000; text-align: center;}
h5 {font-family: Century Gothic, sans-serif; color: blue; text-align: center;}
.links {font-family: Arial, Helvetica, sans-serif;font-size: 11 px; text-align: center;}
ul {
	  list-style:none;
	  margin:0;
	  padding:0;
	  font-family:Arial, Helvetica, sans-serif;
	  font-size:0.9em;
	  font-weight:bold;
	  width:165;
	  border-top:1px solid #003399;
	  border-bottom:1px solid #003399;
	  border-right:1px solid #003399;
	  border-left:1px solid #003399;
	}
	ul li {
	  border-top:5px solid #ffffff;
	}
	ul li a {
	  display:block;
	  padding:2px 2px 2px 0.5em;
	  border-left:15px solid #AD2039;
	  background: url(/images/fon_menu.gif) left top repeat-x;
	  color:#AD2039;
	  text-decoration:none;
	  width:100%;
	}
	html > body ul li a {
	  width:auto;
	}
	ul li a:hover {
	  border-left:15px solid blue;
	  background-color:#AD2039;
	  color:blue;
	}
