@charset "utf-8";
/* CSS Document */


#main h2 {
  font-size: 3.2em;
  padding-left: 60px;
  background: url(/imgs/warning-icon.gif) left center no-repeat;
}
#main p {
  margin-top: 20px;
  font-size: 1.4em;
}
#main ul 
{
  list-style: disc;
  margin-top: 15px;
  margin-left: 5%;
}
#main ul li {
  font-size: 1.4em;
  color: #660;
  font-weight: bold;
  line-height: 1.7em;
}
#main ul#suggestions {
  list-style: none;
  margin-left: 2%;
}
#main ul#suggestions li a {
  padding-left: 2em;
  background: url(/imgs/links.gif) left 0.2em no-repeat;
}
#main ul#suggestions li a:hover {
  color: #ffffcc;
  background-position: left bottom;
}