.introduction {
  text-align:center;
  /*background-image: url('../images/introduction/test.png');*/
  background-color:#0b151f;
  color:white;
}

.introduction a{
  font:20px "Viner Hand ITC";
  color:#11ccff;
  text-decoration:none;
}

.introduction a:hover{
  font:20px "Viner Hand ITC";
  color:#ffcc11;
}

body {
  margin:0px;
  overflow:hidden;
  background-color:#0b151f;
}

.box {
  border:1px solid grey;
  font:12px Verdana;
  width:130px;
  margin:auto;
}

.box p{
  background-color:black;
  margin:0px;
  border-bottom:1px solid #111;  
}

.box ul{
  text-align:left;
  font:10px Verdana;
}

.box b{
  font:12px Verdana;
  color:#ffcc11;
}
