/* part 1 */
body{
  background: #E3E3E3;
  text-align:center;
  font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
  font-size:0.8em;
}
a img{
  border:none;
}
h1{
  font-size:1.4em;
  color:#b70000;
  text-align: center;
}
h2{
  font-size:1.2em;
  color:#b70000;
  display:inline-table;
}
a{
  color:#b70000;
}
hr{
  border: 1px solid #fbfbfb;
}
table{
  width: 100%;
}
td.ads{
  text-align: right;
}
#container{
  width: 70%;
  background: white;
  border: 2px solid #b70000;
  margin: 0px auto;
}
#content{
  text-align: left;
  width: 80%;
  margin: 0px auto;
}
#add{
  padding: 5px;
  margin: 10px 0 10 px 30px;
  border-left: 3px solid #b70000;
  text-align: justify;
  display: none;
  
}
a.non-active{
  color: gray;
}
a.non-active:hover{
  color:#b70000; 
}