body { margin: 0px;
       color: black;
       background-color: #cccccc;
       font-family: Verdana, Serif;
       font-size: 12px;
     }
     
ul.menu { float: left;
          padding: 0px;
          margin: 0px;
          list-style-type: none;
        }
   
a.menu { float: left;
         padding: 0px;
         width: 99px;
         text-decoration: none;
         text-align: center;
         color: white;
         background-color: navy;
         font-family: "Times New Roman", Serif;
         font-size: 16px;
         border-right: 1px solid white;
       }

a.menu:hover { float: left;
               padding: 0px;
               width: 99px;
               text-decoration: none;
               text-align: center;
               color: white;
               background-color: #ff6600;
               font-family: "Times New Roman", Serif;
               font-size: 16px;
               border-right: 1px solid white;
             }

li.menu { display: inline; }
               
td.top_head {
               background-image: url('/images/main/bghead.png');
               background-repeat: repeat-y;
             }

td.top_head_txt { 
                   background-image: url('/images/main/slogan.gif');
                   background-repeat: no-repeat;
                 }
                 
td.top_head_logo {
                    background-image: url('/images/main/logo.gif');
                    background-repeat: no-repeat;
                 }
                 
                 
div.advertisement { position: relative; 
                    left: 15px; 
                    top: 15px;
                  } 
                  
div.advert_link { position: relative; 
                  left: 30px;
                  top: 20px;
                  font-family: verdana, Serif;
                  font-size: 12px;
                }
				
div.donate 		{ position: relative;
				  left: 40px;
				  top: 40px;
				}
  
div.w3c_xhtml { position: relative; 
                left: 34px;
                top: 52px;
              }
              
div.w3c_css { position: relative; 
              left: 34px; 
              top: 64px;
            }

.table_align {   position: relative;
                 left: 13px;
                 top: 15px;
                }
                  
.sub_text_01 { color: white;
               font-family: Tahoma, Serif;
               font-size: 12px;
               background-color: #003399;
             }
                 
.sub_text_02 { color: white;
               font-family: Tahoma, Serif;
               font-size: 13px;
               font-style: italic;
               background-color: #003399
             }
                 
.box_border { color: black;
              background-color: white;
              border: 1px solid #003366;
            }
              
.sub_text_03 { color: white;
               font-family: Tahoma, Serif;
               font-size: 13px;
               background-color: #003399
             }
               
.sub_text_04 { color: black;
               font-size: 12px;
               font-family: Verdana, Serif;
               font-style: italic;
               text-align: center;
               background-color: white;
             }
             
.sub_text_05 { color: #003366;
               font-family: Tahoma, Serif;
               font-size: 12px;
               background-color: white;
             }

.news_top_sep { width: 300px;
                height: 4px;
                background-image: url('/images/main/spacer.png');
                background-repeat: repeat-y;
              }
              
.sub_text_06 { color: black;
               font-family: Verdana, Serif;
               font-size: 12px;
               background-color: white;
             }
            
.sub_text_07 { color: white;
               font-size: 10px;
               font-family: Verdana, Serif;
               text-align: center;
               background-color: navy;
             }
             
div.tutorials_box { margin-left: 8px;
                    margin-top: 8px;
                    color: black;
                    font-family: 'Times New Roman', Serif;
                    font-size: 16px;
                    background-color: white;
                  }