.news_title
{
font-family: 'Trebuchet MS', Helvetica, sans-serif;
color: #8B4500;
font-size: 18px;
font-weight: bold;
text-shadow: #AAAAAA 1px 2px 4px;
}

.news_extra
{
font-size: 14px;
font-family: 'Trebuchet MS', Helvetica, sans-serif;
color: #555555;
border-bottom: 3px solid #777777;
}

.news_extra:a
{
color: ##FF8C00;
text-decoration: none;
}

.news_extra:a:hover
{
text-decoration: underline;
}

.news_content
{
color: #333333;
text-indent: 50px;
}

.delete
{
float: right;
color: #FF0000;
}

.delete img
{
  filter:alpha(opacity=50);
  opacity:0.5;
}

.delete img:hover
{
  filter:alpha(opacity=100);
  opacity:1;
}

.reply_container{
background-color: #d3c6Ac;
width:; 70%;
}

.reply_title
{
font-family: 'Trebuchet MS', Helvetica, sans-serif;
color: #8B4500;
font-size: 18px;
font-weight: bold;
text-shadow: #AAAAAA 1px 2px 4px;
}

.reply_extra
{
font-size: 14px;
font-family: 'Trebuchet MS', Helvetica, sans-serif;
color: #555555;
border-bottom: 3px solid #777777;
}

.reply_extra:a
{
color: ##FF8C00;
text-decoration: none;
}

.reply_extra:a:hover
{
text-decoration: underline;
}

.reply_content
{
color: #333333;
text-indent: 50px;
}

