/* GENERAL */

html, body {
  color: #7bb2db;
  background-color:  #7f7f7f;
  text-align: center;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 20px 0px;
  }

body {
  font-family: Verdana;
  font-size: 10pt;
  }


.image {
  padding: 5px;
  border-style: none;

  }
  
  a:link {
  font-family: Verdana;
  font-size: 10pt;
  color: #7bb2db;
  text-decoration: none;
  }

a:visited {
  font-family: Verdana;
  font-size: 10pt;
  color: #7bb2db;
  text-decoration: none;
  }

a:hover {
  font-family: Verdana;
  font-size: 10pt;
  color: #7bb2db;
  text-decoration: none;
  }
