a {
color: red; 
text-decoration: none; 
font-weight: bold; 
font-size: 14; 
font-family: Times New Roman Cyr, Times New Roman, serif;
}

a:hover {text-decoration: underline}

a.menu {color: white}

.design {
color: red; 
background-color: white; 
font-weight: normal; 
font-size: 14; 
font-family: Times New Roman Cyr, Times New Roman, serif;
}

.text {
color: black; 
font-size: 14;
font-family: Times New Roman Cyr, Times New Roman, serif;
padding-left: 100px;
padding-right: 100px;
}

.button { 
background: ff5c5c; 
color: white; 
border: 1 solid white 
}

.title {
color: black; 
background-color: white; 
font-weight: normal; 
font-size: 14; 
font-family: Times New Roman Cyr, Times New Roman, serif;
}

p.just { 
text-align: justify; 
color: black; 
font-size: 14; 
font-family: Times New Roman Cyr, Times New Roman, serif;
padding-left: 100px;
padding-right: 100px;
}


hr  {
	COLOR: #ff0000;
  margin-bottom: 1px;
  height: 1px
}

img.pic
 {
  border: 1px solid #ffffff
}