body {
  font-family:Verdana, Arial;
  font-size:12px;
  color:#fff;
  background:#383838;
}
a, a:hover, a:active {
  outline:none;
}

div.container {
  /*display:none;*/
}
label {
  display:block;
  padding:0 0 2px 0;
  font-weight:normal;
  margin:10px 0 10px 0;
}
.nocity {
  color:red;
  font-weight: bold;
}

.header {
  background:#800000;
  border:1px solid #fff;
  padding:5px 5px 5px 5px;
  margin:5px 0 5px 0;
  font-size:12px;
}
.header a, .header a:visited, .header a:hover, .header a:active {
  color:#80FF80;
  text-decoration: underline;
}
.header .title {
  font-size:16px;
  color:yellow;
}

.finalres {
  padding:2px;
  background:#000;
}
.smalltext {
  font-size:10px;
}
