.MainMenuTbl {
  width:100%;
  height:40px;
  background-color:#290207;
}

.MainMenuItem {
  font-family:Georgia;
  font-weight:normal;
  font-size:17px;
  color:#FEFFFD;
}

.MainMenuItem a {
	 text-decoration:none;
	 color:#FDDC68;
}

.Footer {
	 background-color:#290207;
	 height:60px;
	 font-family:Georgia;
  font-size:13px;
  font-weight:normal;
}

#articleContent p {
     text-align: justify;
     line-height: 140%;
     font-size: 14px;
     margin: 20px 0;
     color:  black;
}


#articleContent li {
     color:  black;
}

#articleContent .author {
     text-align: right;
     float: right;
     font-style: italic;
}

.uslugi {
     text-align: justify;
     line-height: 140%;
     font-size: 14px;
     margin: 0 80px 0 0;
     color:  white;

}

#articleContent table {
     margin: 30px 0px 0px 0px;    
     line-height: 140%;
     font-size: 14px;
     color:  black;
     border: 1px solid #600906;
     border-collapse: collapse
}

#articleContent td {
     padding: 5px 5px;
     border: 1px solid #600906;
}

.contact  {
     line-height: 140%;
     font-size: 18px;
     color:  white;
}

.linkst{
  color:#710F10;
  text-decoration:underline;
}


.linkst:hover {
  text-decoration:underline;
  color:#B94A12;
}