*{
  margin: 0;
  padding: 0;
}
a{
  background-color: transparent;
  border-bottom: 1px solid #abb3c5;
  color: #5c6b83;
  padding: 2px;
  text-decoration: none;
}
a:hover{
  background-color: #abb3c5;
  border-bottom: 1px solid #555555;
  color: #ffffff;
  text-decoration: none;
}
body{
  background: url(../img/bg_page.gif) #5c6b83 repeat-y top left;
  color: #555555;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 75%;
  font-style: normal;
  font-weight: normal;
  padding-left: 30px;
}
h1 {
  background-color: transparent;
  color: #bb0000;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  margin: 80px 20px 0 60px;
}
h1 strong{
  font-size: 1.1em;
  font-weight: bold;
}
p{
  line-height: 1.8em;
  margin: 3em 0 0 80px;
}
ul{
  margin: 3em 0 0 80px;
  width: 400px;
}
ul li{
  line-height: 1.8em;
  list-style: square;
}
