html body {
  margin:0;
  padding:0;
  background:#33238f;
  font-family: Verdana,Sans-serif,Helvetica;
  font-size: 8pt;
  color: #cccc00;
} 

#main {
  position: relative;
  top: 30%;
  width: 80%;
  padding-left: 10%;
  text-align: center;
}

#common {
  position: absolute;
  bottom: 10%;
  width: 60%;
  left: 30%;
  font-size: 200%;
  text-align: right;
}

#italian {
  position: absolute;
  background: #022062;
  top: 5%;
  right: 5%;
  width: 30%;
  text-align: justify;
  border: 2px dotted #cec300;
  padding: 5px;
  
}

#italian>p:first-letter {
  font-size: 120%;
  color: #7f99e6;
  padding-left: 1em;
}

#english {
  position: absolute;
  background: #022062;
  bottom: 5%;
  left: 5%;
  width: 30%;
  text-align: justify;
  border: 2px dotted #cec300;
  padding: 5px;
}

#english>p:first-letter {
  font-size: 120%;
  color: #7f99e6;
  padding-left: 1em;
}

#notice {
  position: absolute;
  bottom: 1%;
  color: #c2c2c2;
  width: 50%;
  right: 5%;
  border: 1px dotted #a2a2a2;
  padding: 1px;
  font-size: 90%;
}

.notice {
  color: #c2c2c2;
  width: 50%;
  right: 2.5%;
  border: 1px dotted #a2a2a2;
  padding: 1px;
  font-size: 90%;
  text-align: center;
  margin-left: 10%;
}

#cancun {
  text-align: right;
  color: #cccc00;
  font-size: 200%;
}

a {
  color: #cccc00;
  border: 1px dotted #7f99e6;
  padding: 5px;
  text-decoration: none;
}

a.small {
  padding: 0px;
}

a:hover {
  color: #000053;
  background:  #cccc00;
  border: 1px dotted #000;
}

 .yellow {
  color: #cccc00;
}

 .blue {
  color: #7f99e6;
}

#weblog {

  position: relative;
  margin-top: 2em;
  margin-bottom: 2em;
  background: #022062;
  border: 1px dotted #d2d200;
  width: 65%;
  left: 3%;
  padding: 5px;
  color: #cccc00;
  font-size: 110%;
  
}

#comments {

  position: absolute;
  right: 2%;
  width: 25%;
  background: #022062;
  border: 1px dotted #d2d200;
  padding: 5px;
  color: #cccc00;
  top: 15%;  
  font-size: 90%;
}

#webheader {

  position: relative;
  width: 95%;
  margin-top: 3%;
  left: 3%;
  background: #00205c;
  border: 2px groove #c2c200;

}

img {
 align: middle;
}

.headline {
  font-size: 300%;
  clear: none;
  margin-left: 4em;
}

img.logo {
  margin-left: 5px;
  margin-right: 5px;

}

.date {
  margin: 2px;
  font-size: 90%;
  color: #a2a2fe;
  font-style: italic;
  text-align: right;
}


.subject {
  margin: 2px;
  padding: 5px;
  font-size: 130%;
  color: #e2e200;
  font-style: bold;
  border: 1px dotted #c2c200;
  background: #000042
}

.logtext:first-letter {

  margin-left: 2em;
  font-size: 120%;

}

.commtext {
  text-align: justify;
}

.commtext:first-letter {
  font-size: 120%;
  margin-left: 1em;

}

#imgright {
  position: relative;
  float: right;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  text-align: center;
  border: 1px solid #c2c200;
  align: left; 
  background: #313100;
  z-index: 10;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;

}

#imgleft {
  position: relative;
  float: left;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
  text-align: center;
  border: 1px solid #c2c200;
  align: right;
  background: #313100;
  z-index: 10;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  
}

#imgleft>img {
  border: 1px dotted #c2c200;
  margin-right: 5px;
  margin-left: 5px;
}

#imgright>img {
  border: 1px dotted #c2c200;
  margin-right: 5px;
  margin-left: 5px;
}

.imgcomment {
  font-style: italic;
  font-size: 90%;
}

#formdiv {
   background:  #00205c;
   margin: 2%;
   padding: 5px;
   border: 1px solid #646400;
   width: 90%;
}

.warning {
   margin-bottom: 1em;
   color: #e30000;
}

.inputdef {
   border: 1px dotted #c2c200;
   font-size: 120%;
   margin-bottom: 5px; 
   padding: 2px;
}

input, textarea {
  background: #121212;
  color: #e2e200;
  border: 1px groove #c2c200;
  padding: 5px;
  width: 100%;
  font-family: sans-serif, helvetica, verdana;
}


