body {
  font-family: Arial,Helvetica;
  color: rgb(51, 51, 51);
  background: rgb(100, 100, 100);
  padding: 20px 0pt 20pt;
}

.main {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(217, 217, 217);
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0pt 1px 1px rgb(221, 221, 221);
  padding: 0px 50px 0px;
  margin: auto;
  max-width: 1200px;
}

h1 { color: #266DA0; font-family: Arial,Helvetica; 
    font-size: 18px; font-weight: normal;  border-bottom: thin solid;
    margin-top: 1em; }
p { font-family: Arial,Helvetica; font-size: 17px; 
    text-align: justify;color: #444444; }
li { font-family: Arial,Helvetica; font-size: 17px; 
    text-align: justify; margin-bottom: 1em; }
address { color: #266DA0; font-family: Arial,Helvetica; 
    font-size: 12px; text-align: center; border-top: thin solid; 
    margin-top: 2em; font-style: normal; }
strong { color: #700000; font-family: Arial,Helvetica; font-size: 17px; 
    text-align: justify; font-weight: normal; }

a:link {text-decoration: none; }
a:visited {text-decoration: none; }
a:active {text-decoration: none; }
a:hover {color: red; }
ul.list li { font-family: Arial,Helvetica; font-size: 17px; 
    text-align: justify; margin-bottom: 0em; }
ul.caca { position: absolute; top: 0.2em; right: 20%; list-style-type: none; }
.navbar {
float: right;
}
ul.navbar li { color: #266DA0; font-family: Arial,Helvetica; font-weight: bold;
    margin-bottom: 0em; text-align: right; font-size: 14px;
    display: inline; border-top: thin solid; border-left: thin solid; 
    border-right: thin solid; border-bottom: thin solid; padding: 0.2em;
    background: #EEEEEE;
    }
ul.navbar a:link {text-decoration: none; color: #266DA0; }
ul.navbar a:visited {text-decoration: none; color: #266DA0; }
ul.navbar a:active {text-decoration: none; color: #266DA0; }
ul.navbar a:hover {color: red; }
.title { font-family: Arial,Helvetica; font-size: 16px;
    font-weight: normal; margin-top: 2em; margin-bottom: 2em;}
.frame { text-align: center; }
.contact { font-family: Arial,Helvetica; font-size: 17px;
    font-weight: normal; }


