/* change these numbers, must add up to 100% or less */
table {
 width: 80%;
 margin-left: 10%;
 margin-right: 10%;
 filter:alpha(opacity=60);
 border: solid 1px darkblue;
}
 /* do NOT change these numbers */
 table table {
 width: 100%;
 margin:0;
}
table table table {
 width: 0;
}


body 
{
 background:black url('../img/background.gif') no-repeat fixed center;
 scrollbar-face-color:#120050;
 scrollbar-arrow-color:#AAAAAA;
 scrollbar-track-color:#333333;
 scrollbar-shadow-color:#120050;
 scrollbar-darkshadow-color:#120050;
 scrollbar-3dlight-color:#000000;
 scrollbar-highlight-color:#666666;
}

/* Links - not underlined, colors */
a {
  text-decoration: none;
  font-weight: bold;
}
a:link {color: #3333D2 }
a:visited {color: #3333D2 }
a:hover { color: #3333FF }



/* News Headings */
.heading{
 font-variant: small-caps;
 font-weight:bold;
 text-transform: capitalize;
 font-size: 13pt;
 color:#F05555;
 border: solid 2px;
 border-color:#101088;
 border-right-style:none;
 background-color:#000044;
}
.heading:first-letter { font-size: 125% }

/* News Item */
.news {
 font-size: 10pt;
 text-indent: 15px;
 color:#DFDFDF;
 padding-right: 5px;
 padding-left: 5px;
 padding-top: 10px;
 /* white-space: PRE; */
}
.news:first-letter {
 font-size: 150%;
/* float: left; */
}

.date {
 color:#F03344;
 font-weight:bold;
 background-color: #000044;
 border: solid 2px;
 border-color:#101088;
 border-left-style:none;
 text-align:right;
}

.wang {
 color:#FF0000;
 font-weight: bold;
 font-size: 8pt;
 background-color:#000044;
 border: solid 1px;
 border-color: #444444;
 text-align: center;
 filter:alpha(opacity=50);
}