/* Elementi HTML */

body {
  color:#000000;
  background-color:#ffffff;
}

a, a:link {
  color:red;
}

#content a:visited, #content a:hover, #content a:active,
#menu a:visited, #menu a:hover, #menu a:active {
  color:#ff7200;
}


/* Elementi del layout */

#sidebar #logo a {
  background:url(/img/mestre_semplice.gif) no-repeat;
}

#menu {
  border-color:red;
}

#content h1,
#content h2,
#content legend,
#content address:hover,
#content fieldset strong,
#content select {
  color:red;
}

#content input,
#content textarea {
  border-color:red;
  background-color:#fff;
  color:#000;
  font-weight:bold;
}

#links, #footer {
  border-top-color:red;
}


/* Classi varie */

.riquadro,
.records li {
  border-bottom-color:#ff7200;
  border-left-color:#ff7200;
}

.records h3, .riquadro h3, .error {
  color:red;
}

.info {
  border-color:red;
  background-color:#FFE4CF;
  color:#000000;
}
