         BODY
         {
          background-color: #f2f2f9;
          font-family: verdana, arial, sanf-serif;
          font-size: 10px;
          margin: 0px 0px 0px 0px;
         }
         A:link
         {
           font-weight: normal;
           text-decoration: none;
         }
         A.black:link
         {
           color: #ffff00;
           background-color: #000000;
           font-weight: normal;
           text-decoration: none;
         }
         A:visited
         {
           font-weight: normal;
           text-decoration: none;
         }
         A.black:visited
         {
           color: #00ffff;
           background-color: #000000;
           font-weight: normal;
           text-decoration: none;
         }
         A:hover
         {
           color: #000000;
           background-color: #c2c2ff;
           font-weight: normal;
           text-decoration: none;
         }
         A.black:hover
         {
           color: #00ff00;
           background-color: #000000;
           font-weight: normal;
           text-decoration: none;
           text-transform: uppercase;
         }

     #list-menu {
        width: 80px;
        margin: 4px 0 4px 4px;
       }

     #list-menu ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-family: verdana, arial, sanf-serif;
        font-size: 10px;
       }

      #list-menu li {
        margin: 2px 0 0;
       }
 
      #list-menu a {
	display: block;
	width:70px;
	padding: 2px 2px 2px 6px;
	border: 1px solid #000000;
        text-decoration: none;
	background: #f2f2f9;
       }

      #list-menu a:link {
	color: #0f0f80;
       }

      #list-menu a:visited{
	color: #0f8f8f;
       }

      #list-menu a:hover {
	border: 1px solid #000000;
	color: #000000;
	background: #c2c2ff;
       }

          .masthead 
             { 
               background-image: url(/images/Blastwave_masthead_125W.jpg);
               background-repeat: no-repeat;
               height: 125px;
             }

          div.news
             {
               font-family: Verdana, Arial, Helvetica, sans-serif;
               font-weight: normal;
               font-size: 14px;
               color: #000000;
               padding: 0.20em;
               margin: 0.25em 0.10em 0.25em 0.10em;
               border: 1px solid #808080;
               background: #effff0;
               width: 98%;
             }
          div.newsitem
             {
               font-family: Verdana, Arial, Helvetica, sans-serif;
               font-size: 12px;
               font-weight: normal;
               color: #000000;
               padding: 0.25em 0.10em 0.25em 0.10em;
               margin: 0.20em;
               border: 1px solid #404040;
               background: #ffffc0;
               width: 98%;
             }
          div.bwnews
             {
               font-family: Verdana, Arial, Helvetica, sans-serif;
               font-weight: normal;
               font-size: 14px;
               color: #000000;
               padding: 0.20em;
               margin: 0.25em 0.10em 0.25em 0.10em;
               border: 1px solid #808080;
               background: #effff0;
               width: 98%;
             }
           div.osnews
             {
               font-family: Verdana, Arial, Helvetica, sans-serif;
               font-weight: normal;
               font-size: 18px;
               color: #ffffff;
               padding: 0.20em;
               margin: 0.25em 0.10em 0.25em 0.10em;
               border: 1px solid #ee801e;
               background: #ee801e;
               width: 98%;
             }

          div.hotnews
             {
               font-family: Verdana, Arial, Helvetica, sans-serif;
               font-weight: normal;
               font-size: 14px;
               color: #FFFFFF;
               padding: 0.20em;
               margin: 0.25em 0.10em 0.25em 0.10em;
               border: 1px solid #DC143C;
               background: #FF4F30;
               width: 98%;
             }
          div.bwnewsitem
             {
               font-family: Verdana, Arial, Helvetica, sans-serif;
               font-weight: normal;
               font-size: 12px;
               color: #000000;
               padding: 0.20em;
               margin: 0.25em 0.10em 0.25em 0.10em;
               border: 1px solid #404040;
               background: #ffffff;
               width: 98%;
             }
          div.white
             {
               font-family: Verdana, Arial, Helvetica, sans-serif;
               font-weight: normal;
               color: #000000;
               background: #ffffff;
               border: 1px solid;
               width: 98%;
               font-size: 12px;
               padding: 0.25em;
               margin: 0.25em;
             }
             .osfont
             {
               font-family: Verdana, Arial, Helvetica, sans-serif;
               font-weight: normal;
               font-size: 18px;
               color: #5c8b9d;
             }
             .blueB
             {
               font-family: Arial, Helvetica, sans-serif;
               font-size: 16px;
               font-weight: bold;
               color: #5A50C0
             }
              .copyright
             {
               font-family: Verdana, Arial, Helvetica, sans-serif;
               font-size: 9px;
               font-weight: normal;
               color: #FFFFFF;
             }
              .greenlink
             {
               font-family: Tahoma;
               font-size: 14px;
               font-weight: normal;
               color: #00FF00;
             }
           div.code
             {
               background: rgb(255,255,255);
               padding: 0.5em;
               border: none;
               width: 80%
             }
              .code
             {
               font-family:Lucida Console,monospace;
               font-size:12px;
               font-weight: normal;
               color:#000000;
               text-align: left;
             }
           div.decvt100
             {
               font-family:Lucida Console,monospace;
               font-size:12px;
               font-weight: normal;
               border: none;
               color:#00FF00;
               text-align: left;
               background: rgb(0,0,0);
               padding: 0.5em;
               margin: 0em;
               border: none;
               width: 800px;
             }
           pre.decvt100
             {
               font-family:Lucida Console, "Courier New", Courier, monospace;
               font-size:12px;
               font-weight: normal;
               color:#00FF00;
               text-align: justify;
               padding: 4em;
               margin: 4em;
               border: 1px solid rgb(255,0,0);
             }
           pre.decvt100sm
             {
               font-family:Lucida Console, "Courier New", Courier, monospace;
               font-size:12px;
               font-weight: normal;
               color:#00FF00;
               text-align: justify;
               padding: 1em;
               margin: 0.5em;
               border: 1px solid rgb(255,0,0);
             }
              .textul
             {
               font-family: Verdana, Arial, Helvetica, sans-serif;
               font-weight: normal;
               font-size: 14px;
               color:#000000;
               text-decoration: underline; 
             }
              .textulb
             {
               font-family: Verdana, Arial, Helvetica, sans-serif;
               font-weight: bold;
               font-size: 16px;
               color:#000000;
               text-decoration: underline; 
             }
              .text9
             {
               font-family: Verdana, Arial, Helvetica, sans-serif;
               font-size: 9px;
               font-weight: normal;
               color: black;
             }
              .tdtext
             {
               font-family: Verdana, Arial, Helvetica, sans-serif;
               font-size: 10px;
               font-weight: normal;
               color: black;
             }
              .tdtextw
             {
               font-family: Verdana, Arial, Helvetica, sans-serif;
               font-size: 10px;
               font-weight: bold;
               color: white;
             }

          div.nobox
             {
               color: black;
               background: #f2f2f9;
               vertical-align: top;
               width: 100%;
               font-size: 6px;
               padding: 0.20em;
               margin: 0em;
             }

          div.sponsor
             {
               font-family: Verdana, Arial, Helvetica, sans-serif;
               font-weight: normal;
               font-size: 12px;
               color: #000000;
               padding: 0.20em;
               margin: 0.25em 0.10em 0.25em 0.10em;
               border: 1px solid #404040;
               background: #ffffff;
               width: 98%;
             }
