body {
  background: #eeeeff  0 0 no-repeat fixed;
  position: relative; margin: 0; padding: 0;
  font: 11pt "Helvetica Neue", helvetica, "microsoft sans serif", arial, sans-serif; 
  color:#444444;
}

table {
  font: 11pt "Helvetica Neue", helvetica, "microsoft sans serif", arial, sans-serif; 
}

h1 {
  font-size: 22pt;
}

h2 {
  font-size: 16pt;
}

h3 {
  font-size: 14pt;
}

div#content {
  background: #ffffff 0 0 no-repeat fixed;
  position: relative; 
  top: 26px; 
  left: 150px; 
  width: 700px;
  min-height: 600px;
  padding: 10px;
  border-left: solid #222222;
  color:#444444;
} 

div#content p {
  margin: 0 1em 1em;
}

div#content h3 {
  margin-bottom: 0.25em;
}


code, pre {
  color: #222;
  font: 110% monospace;
} 

a {
  color: #444444;
}

a:link { 
  text-decoration:none; 
  border-bottom: 1px solid red;
} 

a:visited {
  text-decoration:none;
  border-bottom: 1px dashed red;
} 

a:hover { 
  background-color: #CCCCFF;
  text-decoration: none;
  border-bottom: 1px solid red;
}

input {
  border: 1px solid black;
  padding: 2px 2px 2px 5px;
  background-color: #EEEEEE;
}

input.btton {
  border: 1px solid black;
  padding: 2px 2px 2px 2px;
  background-color: lightgreen;
}

select {
  border: 1px solid black;
  background-color: #EEEEEE;
}

textarea {
  border: 1px solid black;
  padding: 2px 2px 2px 2px;
  background-color: #EEEEEE;
}

ul.errorlist {
  list-style-type: none;
  color: black;
  font-size: 90%;
  background-color: red;
  margin-bottom: 15px;
}

.fonto {
  font-family: Palatino, Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 170%;
  color: #333333;
}

