#flashcontent{position:absolute;}


#index{background-color:black;}

a:link {color:maroon;text-decoration:none;}
a:visited {color:maroon;text-decoration:none;}
a:hover {color:green;text-decoration:none;}
a:active {color:red;text-decoration:underline;}

#tablebottom{background-image:url("images/theband.jpg");}

.title{
font-weight:bold;
font-size:1.875em;
}

.date{
font-size:1.2em;
text-decoration:underline;
font-weight:bold;
}


.newspost h1 {
margin: 1 0 10 10;
}

.newspost p {
font-size:0.875em;
}


.newspost h2 {
font-size:0.75em;
font-style:italic;
font-weight:lighter;
}


div.transbox
  {
  width:620px;
  height:285px;
  margin:0px 0px;
  background-color:#ffffff;
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
  }


