body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #999999;
  background: #272525
}

h1 {
  color: #ffffff;
  background-color: #1b1919;
  padding: 5px;
}

h2 {
  margin-top: 0px;  
  background-color: #1b1919;
}

h3 {
   margin-bottom: 0px;
   background-color: #1b1919;
}

li {
  margin-bottom: 5px;
}

div {
  padding: 10px;
}

a, a:visited {
  color: #FFFFFF;
  text-decoration: underline;
}

a:hover {
  color: #99FF00;
  text-decoration: none;
}

.active a {
  color: #99FF00;
  text-decoration: none;
}

.active a:visited {
  color: #FFFFFF;
  text-decoration:none;
}

.active a:hover {
  color:#99FF00;
  text-decoration: none;
}

#feeds {
  display: inline;
  float: left;
  width: 150px;
  background-color: #363434;
  border:1px solid #e6e6e6;
}

#content {
  padding-left:170px;
  border:1px solid #363434;
}

#loading {
  float: left;
  display: inline;
 
  width: 410px;
  background-color: #fffbb8;
  color: #FF9900;
  border: 1px solid #ffcc00;
  font-weight: bold;
}

.date {
  font-size: 10px;
  color: #999999;
}

.banner{
margin: 0 auto;
width: 100%;
text-align: center;
height: 70px;
overflow: hidden;
}

.banner img, a{
max-height: 70px;
}

.banner-main{
margin: 0 auto;
width: 100%;
text-align: center;
height: 90px;
overflow: hidden;
}

.banner-main img, a{
max-height: 90px;
}
