body {
    background-color: #1E1E1E;
    color: #3F9CCC;
    font-size: small;
    font-weight: normal;
    font-style: normal;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin-top: 20px;
    margin-left: 15%;
    margin-right: 15%;
}

.tab1 {
  width: 100%;
  padding-top: 2em;
  border-collapse: collapse;
}

.tab1 td {
  vertical-align: top;
}

.tab2 {
    width: 100%;
}

.tab3 {
  width: 100%;
}

/* .tab4 {
  table-layout: fixed;
  width: 50%;  
  text-align: left;
} */

a:link {
    text-decoration: none;
    /* color: #3F9CCC;       */
    /* color:#67C8BB; */
}

a:visited {
  text-decoration: none;
  color: #3F9CCC;  
}

hr.hr1 {
  border: 1px solid blue;
}

.img0 {
    width:25px;
    height:25px;
    border-radius: 50%;    
}

.img1 {
  width:42px;
  height:42px;    
  border-radius: 50%;    
}

.img2 {
  width:42px;
  height:42px;    
  border-radius: 50%;    
}

p {
  color: #D79A4B;
  font-size: 1.1em;
}

.footer {
    position: fixed;
    line-height: 20px; 
    left: 0;
    bottom: 0;
    width: 70%;
    text-align: center;
    margin-left: 15%;
    margin-right: 15%;
    background-color: #1E1E1E;
 }

 fieldset {
   border-color: #3F9CCC;
 } 

 legend {
   color: #D79A4B;
 }