
#bulletinhdr {
 top:0;
 height:90px; width:100%; 
 margin:0 0 0 144px; padding:0 ;
 background:#660033;
 color: #ffffff; 
  }
table.bulletin { table-layout: fixed }
td.bulletin {  
 width:107px; height:132px;  text-align:center; vertical-align:bottom; border-style:none;
 font-size: small; font-weight:bold; color:black;
 }
/* Clickable bulletin icon */
a.bulletin_textlink { font-size: small; font-weight:bold; }
a.bulletin_imglink {display:block; width:91px; height:116px; font-size: small; font-weight:bold; }
a.bulletin_imglink:link    {background:white; border:solid medium white; } 
a.bulletin_imglink:visited {background:white; border:solid medium white; } 
a.bulletin_imglink:hover   {background:white; border:solid medium grey; } 
a.bulletin_imglink:active  {background:black; border:solid medium red; } 

