@charset "utf-8";
#content {
  margin: 15px;
  text-align: justify;
}

h1 {
 padding-top: 10px;	
 padding-bottom: 10px;
}
h2 {
 padding-top: 30px;
 padding-bottom: 10px;
}
ul {
 padding-left: 30px;
 list-style: square;
}


