@import url("reset.css");
@import url("text.css");
@import url("grid.css");

html {
  color: #fff;
  background-color: #000;
}

h1, h2, h3, h4, h5, h6 {
  background-color: transparent !important;
  text-decoration: none !important;
  margin-bottom: .3em;
}

a:link, a:visited {color: #fff; text-decoration: none;}
a:hover {text-decoration: underline;}

blockquote {
  margin: 1em;
}

.italic {
  font-style: italic;
}

.italic em {
  font-style: normal;
}

.bold {
  font-weight: bold;
}

.bold strong {
  font-weight: normal;
}

#doc2 {
  position: relative;
}

#archive {
  width: 400px;
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -200px;
}

#weekly-newes {
  padding-top: 320px;
}

#hd {
  padding-bottom: 15px;
}

.breakdown ul {
  list-style: none;
}

.breakdown ul li {
  margin: 0;
  clear: both;
  padding: 5px 0;
  border-bottom: 1px dashed #999;
  min-height: 40px;
}

.breakdown img {
  margin-right: 10px;
}

.breakdown span {
  margin: 0;
  line-height: 1.08em;
  min-height: 40px;
  font-size: 21px;
}

.breakdown h4:hover
{
  text-decoration: underline;
}

.award
{
  width: 25%;
  float: left;
  text-align: center;
}
.award h3
{
  text-align: center;
}

.award p
{
  padding: 0 5px;
  text-align: left;
}
#archive {
  position: absolute;
}

#ft {
  text-align: center;
}

.post {
  border-bottom: 1px solid #fff;
}

.only-print {
  display: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}