body {
  background: #090a0d url(images/2010/background.jpg) no-repeat fixed center top;
  font-family: Arial,Helvetica,sans-serif;
  color: #D6CBB1;
  }

h1, h2 {
  display: none;
  }

abbr {
  font-style: italic;
  color: #222222;
  font-size: 80%;
  }

pre {
  color: white;
  }

a:link, a:visited {
  font-weight: bold;
  font-family: Arial,Helvetica,sans-serif;
  text-decoration: none;
  color: #005FDD;
  padding: 0 2px;
  }

a:hover {
  background: #D6CBB1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  }

img {
  border:  none;
  }

.frame {
  max-width: 800px;
  text-align: justify;
  margin: auto;
  }

.border {
  /* border: 1px solid #564F47;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; */
  margin: auto;
  padding: 5px;
  background-color: transparent;
  display: table;
  color: #D6CBB1;
  width: 800px;
  }

.icon {
  float: left;
  margin: 0 10px 10px 0;
  }

.icon img {
  border: 1px solid black;
  }

.date {
  float: right;
  font-size: x-small;
  font-weight: bold;
  text-align: right;
  }

.blogheader {
  border-bottom: 1px solid #564F47;
  height: 24px;
  vertical-align: middle;
  font-size: small;
  font-weight: inherit;
  text-align: left;
  padding-bottom: 3px;
  margin-bottom: 8px;
  }

.blogdate {
  float: right;
  text-align: right;
 }

.blogcontents {
  padding: 5px 5px 5px 0px;
  }

.adminzone {
  border: 1px solid black;
  padding: 5px;
  background: #384450 none repeat scroll 0%;
  color: white;
  width: 780px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  }

.column {
  float: left;
  max-width: 540px;
  }

.column ul {
  padding: 10px;
  }

.column ul li {
  list-style-type: none;
  }

.ctrl {
  width: 800px;
  text-align: right;
  clear: both;
  font-size: small;
  }

.descr {
  display: none;
  }

.visdescr {
  display: block;
  min-height: 84px;
  }

.headdescr {
  min-height: 84px;
  }

/* older styles */

.std {
  font-size: medium;
  font-weight: inherit;
  text-align: justify;
  }

.quadro {
  border: thin solid black;
  }

.hd1 {
  font-size: 38px;
  font-weight: bold;
  text-transform: uppercase;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: right top;
  color: white;
  }

.hd2 {
  font-size: x-large;
  font-weight: bold;
  }

.hd3 {
  font-size: medium;
  font-weight: bold;
  }

.sm {
  font-size: small;
  font-weight: inherit;
  text-align: justify;
  }

.sm2 {
  font-size: small;
  font-weight: inherit;
  }

.hd4 {
  font-size: x-small;
  font-weight: bold;
  text-align: right;
  }

.whitebox {
  border: 1px solid black;
  padding: 2px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #384450 none repeat scroll 0% 50%;
  font-family: Arial,Helvetica,sans-serif;
  color: white;
  font-size: medium;
  }

.flower {
  width: 5px;
  visibility: hidden;
  }

.whitetext {
  color: black;
  }

.whiteline {
  border-top: thin solid black;
  color: black;
  font-size: medium;
  font-weight: inherit;
  text-align: justify;
  }

.whiteunderline {
  border-bottom: 1px solid black;
  }

.redtext {
  color: #545454;
  font-weight: bold;
  }

.invisible {
  display: none;
  }

.maintable {
  border: 1px solid black;
  background-color: white;
  width: 800px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  }

.left {
  float: left;
  }

.titulo { 
  border-bottom: 1px solid #564F47;
  font-weight: bold;
  font-size: x-large;
  }

.smallimg { 
  border: 1px solid rgb(0, 0, 0);
  width: 200px;
  height: 150px;
  }

.mediumimg { 
  border: 1px solid rgb(0, 0, 0);
  width: 300px;
  height: 200px;
}

@media print {

.border {
  border: none;
  }

}
