/* CSS Document */

body {
  background-color: #323232;
  font-family: arial, sans serif;
  color: white;
  font-size: 11px;
  padding: 15px 0 0 20px;
}

a {
  color: white;
  text-decoration: none;
}

p {
  clear: both;
}

a img {
  border: 3px solid white;
}

li.empty {
  width: 90px;
  height: 90px;
  border: 3px solid #2a2a2a;
  background-color: #2a2a2a;
}

body * {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
  /*width: 400px;*/
}

ul li {
  margin: 2px;
  float: left;
}

h1 {
  font-size: 20px;
}

h2 {
  margin-top: 16px;
  font-size: 16px;
  clear: both;
}

h3 {
margin-top: 16px;
  clear: both;
}

p.test {
  margin-top: 30px;
}
p.test,
p.test a {
  color: #212121;
  font-size: 9px;
}
