 
body{
  font-family: helvetica_neue_light; 
  color:white;
  width: 40%;
  height: 100%;
  min-width: 720px;

  font-size: 18px;
  line-height: 1.7;
  text-align:justify;
  margin:auto;

  background: 
  	url("../img/astreroids_bg.png") repeat-y center top,
	url("../img/stars_bg.png") repeat-y center top,
	url("../img/001_bg.jpg") no-repeat center top;


  background-color: black;	 
	}

img {
   
    display: block;
    margin: auto;

}


h1 {
  font-size: 3.56em;
  text-align:center;
  padding-top:1.5em;
  padding-bottom:0.5em;
}

h2 {
  font-size: 2.4em;
  text-align:center;
  padding-top:1.5em;
  padding-bottom:0.5em;
}

h3 {
  font-size: 1.2 em;
  text-align:center;
  padding-top:1em;
}


li {
 padding-top:0.5em; 
 padding-bottom:1em;
}


table {
  padding-top:0.5em;
  padding-bottom:0.5em;
}

tr {
  height: 100px;
}


.questions {
 font-weight:bold;
}

.cities_list li {
 font-size: 16px;
 padding-top:0; 
 padding-bottom:0.5em;
}

a {
color: #99ccff;
text-decoration:none;
}


