#menu { 
   Height : Auto; 
   Width : 800px; 
   Float : Left; 
   margin-bottom : 10px; 
 } 
#show { 
   Height : Auto; 
   Width : 800px; 
 } 
#body { 
   Background-color : Transparent; 
   Width : 800px; 
 } 
#footer { 
   background-color : Transparent; 
   position : Relative; 
   width : 800px; 
   font-size : 7px; 
   margin-top : 100px; 
   bottom : 10px; 
   color : #D6D6D6; 
 } 
body { 
   margin-left : 60px; 
   Font : Verdana; 
   Font-family : Verdana,Arial,Sans-serif; 
 } 
a { 
   Border-bottom : 1px; 
   Border-bottom-color : #808080; 
   Font-size : 12px; 
   Text-transform : Capitalize; 
 } 
h1 { 
   font-size : 16px; 
   color : #BC0707; 
   margin-right : 0px; 
   margin-top : 0px; 
 } 
h2 { 
   Font-size : 12px; 
   Color : #BC0707; 
   margin-bottom : 2px; 
   margin-top : 20px; 
 } 
p { 
   Font-size : 12px; 
   margin-bottom : 0px; 
   margin-top : 0px; 
   Text-align : Justify; 
 } 
ul { 
   list-style-type : none; 
   padding : 0px; 
   margin : 0px; 
   Font-size : 12px; 
   margin-bottom : 0px; 
   margin-top : 0px; 
   Text-align : Justify; 
 } 
li { 
   Font-size : 12px; 
   margin-bottom : 0px; 
   margin-top : 0px; 
   Text-align : Justify; 
 } 