body { 
     background:#fff;
	 background-image:url('http://www.findenglishteacher.com/top.jpg');
	 background-repeat:repeat-x;
	 margin:0px;
     padding-top:12px;
     padding-left:12px;
	 font-family:helvetica,arial;
     color:blue;
     font-size:14px;
     
     }

table.header { width:970px;} 
span.slogan { color:green;font-size:11px;margin-top:0px;text-align:center;font-style:italic;}

table.index { width:970px;text-align:center;}

div.searchbox { 
			   padding-top:0px;
			   padding-bottom:10px;
			   text-align:center;
			}

			
.display-index  { width:630px;
		background-color:white;
		border-left:4px double silver;
		border-right:4px double silver;
		border-bottom:4px double silver;
		text-align:left;
			}			
			
			
.display  { width:630px;
		background-color:white;
		border-top:4px double silver;
		border-left:4px double silver;
		border-right:4px double silver;
		border-bottom:4px double silver;
		text-align:left;
			}


.main { width:970px;
        background-color:white;
		border-left:4px double silver;
		border-right:4px double silver;
		border-bottom:4px double silver;
		}

table.sidebar  { 
		   width:320px;
           background-color:white;
		   border-left:4px double silver;
		border-right:4px double silver;
		border-bottom:4px double silver;
		   }

.vids { width:300px;
        background-color:#ddeeff;}

table.navbar {  
			  width:320px;	
			  font-size:14px;
              text-align:center;
			  font-weight:bold;
			  border-top:4px double silver;
			  border-left:4px double silver;
			  border-right:4px double silver;
			  background-color: white; 
                      }

table.navbar td { 
    height:18px;
		         } 

table.navbar td a { 
   display: block; 
   padding: 10px;
   text-decoration: none; 
        } 
table.navbar td a:link { 
   color: cc9900;
   text-decoration: none;
   background-color: white; 
         }  

table.navbar td a:visited { 
   color: cc9900;
   text-decoration: none;
   background-color: white; 
            } 

table.navbar td a:hover { 
   color: white;
   text-decoration: none;
   background-color:blueviolet ;}
   
 table.navbar td a:active { 
   color: white;
   text-decoration: none;
   background-color: blueviolet;}
   
table.navbar2 {  
			  width:970px;	
			  font-size:14px;
              text-align:center;
			  font-weight:bold;
			  border-top:4px double silver;
			  border-left:4px double silver;
			  border-right:4px double silver;
			  background-color: white; 
                      }

table.navbar2 td { 
    height:18px;
		         } 

table.navbar2 td a { 
   display: block; 
   padding: 10px;
   text-decoration: none; 
        } 
table.navbar2 td a:link { 
   color: blue;
   text-decoration: none;
   background-color: white; 
         }  

table.navbar2 td a:visited { 
   color: blue;
   text-decoration: none;
   background-color: white; 
            } 

table.navbar2 td a:hover { 
   color: white;
   text-decoration: none;
   background-color:blueviolet ;}
   
 table.navbar2 td a:active { 
   color: white;
   text-decoration: none;
   background-color: blueviolet;}   
   

 
A:link { text-decoration: none; color:blue; }
A:visited { text-decoration: none; color:blue; }
A:hover { text-decoration: underline; color:blue; }

span.subject { color: blue;font-weight:bold;}
span.post-content { color: #555555;font-size:12px;}
span.bbs-recent { text-align:left;font-size:10px;}


#main_headlines  {
        text-align:center;
        text-decoration:underline;
        font-size:16px;
        font-weight:bold;
        color:blue;
           }
#headlines {        
        font-family:arial,century gothic;
        color:blue;
        text-align:center;
        text-decoration:underline;
        font-size:16px;
        font-weight:bold;
       }

#more {
        font-size:14px;
           }
		   
form label {
  display: inline-block;
  width: 200px;
}




hr { color: red}		   

		   
		   
.hidden { display: none; }
.unhidden { display: block; }
