* {
  margin:0px;
  padding:0px;
  border:0px none;
}
body {
  text-align:center;
  font-family:arial,sans-serif;
  color:#FAF9F9;
  background: #9E2929;
}
h1, h2, h3{
  font-size: 12px;
  font-weight: bold;
  color: #E8E7E7;
}
p{
  font-size: 11px;
  
}
a {
  color:#050B83;
  text-decoration:underline;
  font-size: 11px;
}


table {
  border-collapse:collapse;
  font-size:12px;
  margin:10px -2px 12px -2px;
  border:1px solid red;
}
table tr,table td {
  padding:6px;
  
}
table tr {
  text-align:left;
}
table .center {
  text-align:center;
}
table tr td,table tr{
  background:#660707;
}

