html, body {
	margin: 0;
}


body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	
    background-repeat:no-repeat;
    background-repeat: repeat-y;
    background-position: top center;
    


}
h1 {
	font: 1.4em Verdana, Geneva, sans-serif;
	color: rgb(170, 170, 170);
}

table {
  
   background-color:rgba(0, 0, 0, 0.1);
    horizontal-align: middle;

	
}

td, th {
	padding: 7px;
}

ul {
  text-decoration: none;
  list-style-type: none;
  font: 1.2em Verdana, Geneva, sans-serif;



}

li{
  display: inline-block;
  text-align: left;
  margin: 0px 39px 1px 0px;

}

a {
    color: rgb(150, 150, 150);
    text-decoration: none;
}





