/* Definizioni generali */

body {
  padding: 0;
  background-color: #ffffff;
  color: #000000;
  text-align: center; /* centra in IE5.5 */
  font-family: Arial, Geneva, Helvetica, sans-serif;
}

a {
  color: black;
  font-weight: bold;
}

/* classi di uso generico */

.center {
  text-align: center;
}

.justify {
  text-align: justify;
}

.right {
  text-align: right;
  margin-right: 4px;
}

.floatright {
  float: right;
}

.floatleft {
  float: left;
  padding: 4px;
}

.nomargin {
  margin: 0;
}

/* Layout */

#container {
  position: relative;
  width: 100%;
  margin-bottom: 1em;

}

#sidebar, #footer, .link, .nocss {
  display: none;
}

#content {
  background-color: white;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding: 4px;
  overflow: hidden;
  border: 1px solid black;
  margin-bottom: 1em;
  text-align: left;
}

/* Stili delle varie sezioni */

#header {
  text-align: center;
}

#header:before {
  content: "www.unasperanzaperfrancesca.it";
  font-size: small;
  font-weight: bold;
}

#header h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: xx-large;
  font-weight: bold;
  color: white;
}

#header h2 {
  margin-top: 0;
  font-size: small;
  font-style: italic;
  color: black;
}

#content ul, #content ol {
  margin-left: 0;
  padding-left: 1.2em;
}

#content li {
  margin-bottom: 0.4em;
}

#content blockquote {
  margin-left: 1em;
  margin-right: 1em;
  border: 1px dashed #000000;
  padding: 8px;
}

#content blockquote hr {
  width: 35%;
}

#content hr {
  width: 25%;
  text-align: center;
}

#content blockquote#filastrocca {
  width: 55%;
  margin-left: 1em;
  margin-right: 1em;
  font-size: larger;
}

#content blockquote#filastrocca p:first-letter {
  font-size: larger;
}

#header a, #header a:hover, #header a:visited {
  text-decoration: none;
  color: black;
}

#news {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 2px;
  border: 1px solid black;
  text-align: center;
  background-color: white;
}

#news a {
  font-weight: normal;
}

#content h2, #content h3 {
  margin-top: 0;
  text-align: center;
  color: #aaa;
}
