body {
  background-color: rgb(110,110,110);
  color: rgb(230,230,230);
}

* {
  font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
  font-size: normal;
}

h1{
  font-size: 12pt;
  font-weight: 600;
  text-align: left;
  margin-left: 50px;
  color: silver
}

h2{
  font-size: 14pt;
  font-weight: 100;
  text-align: left;
  margin-left: 5px;
  color: rgb(90,90,90);
}

h3{
  font-size: 14pt;
  font-weight: 100;
  text-align: center;
  color: #550000;
}

h4{
  font-size: 10pt;
  font-weight: 600;
  text-align: left;
  margin-left: 5px;
  margin-top: 0em
  color: silver
}
h5{
  font-size: 11pt;
  font-weight: 600;
  text-align: left;
  margin-left: 5px;
  color: rgb(110,90,90);
}
h6{
  font-size: 10pt;
  font-weight: 600;
  text-align: left;
  margin-left: 5px;
  color: rgb(110,90,90);
}

a:link {
  color: silver
  text-decoration: none;
}

a:visited {
  color: silver;    
  text-decoration: none;  
}

a:hover {
  color: black;    
  background-color: white;
  text-decoration: none;  
}


.mytext {
  color: rgb(40,40,40);
  text-align: left;
  background-color: rgb(230,230,230);
  color: rgb(40,40,40);
  padding: 10px;
  font-size: 10pt;
  margin-left: 100px;
  margin-right: 50px;
  margin-bottom: 1em;
}
.mytext2 {
  text-align: center;
  background-color: rgb(102,102,102);
  color: rgb(165,165,165);
  font-size: 9pt;
  padding: 5px;
  width: 30em;
  height: 4em;
  margin-top: 4em;
}

.mytext3 {
  color: rgb(1,1,1);
  text-align: left;
  background-color: rgb(102,102,102);
  color: rgb(165,165,165);
  padding: 10px;
  font-size: 10pt;
  margin-left: 100px;
  margin-right: 50px;
  margin-bottom: 1em;
}

.galery {
  margin-left:5px;
  margin-right:5px;
}

.thumbnail {
  float: left;
  width: 160px;
  height: 180px;
  min-width: 160px;
  min-height: 180px;   
  padding:22px;
  font-size: 9pt;
  color: silver;
}
.galery2 {
  margin-left:100px;
  margin-right:100px;
}
  
.thumbnail2 {
  float: left;
  width: 500px;
  height: 200px;
  min-width: 400px;
  min-height: 200px;
  padding:22px;
  font-size: 9pt;
  color: silver;
}

.thumbnail3 {
  float: left;
  width: 33px;
  height: 50px;
  min-width: 33px;
  min-height: 50px;
  padding:10px;
  font-size: 9pt;
  color: silver;
 }
 
.thumbnail4 {
  float: left;
  width: 240px;
  height: 180px;
  min-width: 240px;
  min-height: 180px;
  padding:22px;
  font-size: 9pt;
  color: silver;
}
  

