/* =============================================================== */
/* amici.css - Styles for displaying GdP ECMS "Amici GdP" pages    */
/* =============================================================== */

/* Import the styles for the sidebar page */
@import url(/css/sidebar_page.css);
/* Import the styles for the GdP News */
/* @import url(/css/common/gdp-ecms.css); */

/* =============================================================== */

#content #amici {
  margin: 4px 4px 4px 4px;
}

#content #amici strong {
  font-weight: bold;
}

#content #amici em {
  font-style: italic;
}

#content #amici address {
  font-weight: bold;
  font-style: italic;
}

#content #amici p {
  margin: 8px 0 8px 0;
}

#content #amici h1 {
  padding: 4px 0 4px 0;
  font-family: serif;
  font-weight: bold;
  font-size: 2.0em;
  color: rgb(50, 50, 50);
  line-height: 1.0em;
}

#content #amici h2 {
  font-family: serif;
  font-weight: bold;
  font-size: 1.5em;
  color: rgb(50, 50, 50);
  line-height: 1.5em;
}

#content #amici h3 {
  font-family: serif;
  font-weight: bold;
  font-size: 1.25em;
  color: rgb(50, 50, 50);
  line-height: 1.25em;
}

#content #amici a {
  font-weight: bold;
  text-decoration: none;
}

#content #amici a:hover {
  text-decoration: underline;
}

#content #amici ul {
  margin: 4px;
  padding-left: 0;
  list-style: none;
}

#content #amici li {
  padding-left: 10px;
  background-image: url(/img/arrow.gif);
  background-repeat: no-repeat;
  background-position: 0 0.6em;
}

/* =============================================================== */

