body {
background-color: black;

}


/* CSS Document by Dieter Schneider 2007 | www.csstemplateheaven.com */

* {margin: 0; padding: 0;}

#container {width: 99%;
            margin: 10px auto; 
            border: 1px solid black;
}

#header {height: 150px;
         }

#leftColumn {width: 100px;
             float: left;
			 
}

#rightColumn {width: 100px;
              float: right;
			  
}

#centerWrapper {margin-left: 110px;
                margin-right: 110px;
				
}

#middleContent_L {
				width: 60.9%;
				float: left;
				
}

#middleContent_R {
				width: 38.9%;
				float: right;
				
}
#footer {clear: both;
         
}

h1 { color: #CCFF99;
     font-size: 16px;
     font-style: italic;
           
 }


      

h2 { color: #8B7D6B;
     font-size: 18px;
      
}
  


h3   { color: #9999CC;

     font-size: 24px;
     font-style: oblique; 
}
    
  
H4 { background-color: #0090c0

 }

h5 { color: #FF0000;
     font-size: 24px;
     font-style: italic;
     font-family: papyrus;
     align=left;
           
 }

   




a:link {
COLOR: white;
}
a:visited {
COLOR: green;
}
a:hover {
COLOR: #FF0000;
}
a:active {
COLOR: yellow;
}

img
{ border-style: none;
}



.thumbnail
{
float: left;
width: 125px;
margin: 0 10px 10px 0;
text-align: center; 

}

p {color: #CC9966; 
        font-size:14px;
     font-style: italic;
}

p.footer {
        color: #CC9966; 
        font-size:12px;
        font-style: italic;
	  text-align: center;
          


}
<style type="text/css">
ul.square {list-style-type: square
color: #black; 
}

}




