

* {

  padding: 0;

  margin: 0;

}



body {

  background-color: #000100;

  color: #FFD6AF;

  font-family: "Berlin Sans FB", sans-serif;

}



.container {

  max-width: 840px;

  margin: 20px auto;

  height: 915px;

  border: 0px solid #ff0000;

}



.title {

  position: relative;

  float: left;

  width: 506px;

  padding-top: 10px;

}



.stories {

  position: relative;

  float: left;

  width: 300px;

  padding-top: 0px;

  padding-left: 30px;

  border: 0px solid #FFFF00;

}



h1 {

  font-size: 36pt;

  font-weight: normal;

  padding-bottom: 5px;

  line-height: 1;

}



h2 {

  font-size: 10pt;

  font-weight: normal;

  padding-bottom: 30px;

}



h3 {

  font-size: 16pt;

  font-weight: normal;

  padding-top: 30px;

  padding-bottom: 4px;

  border-bottom: 1px solid;

  margin-bottom: 5px;

}



p {

  padding: 0;

}



a:link { color: #FFD6AF }



a:visited { color: #FFD6AF }



a:hover { color: #FFF }



a {text-decoration: none}



li {

  list-style: none;

  text-align: left;

  line-height: 1.5;

  font-size: 12pt;

  font-weight: normal;

}

