
/* Set the borders to 0 on all sides*/
*{
  margin:0;
  padding:0;
  border:0;
 }


/* Define what the body of the page colours are and the default fonts*/ 
 body{
  background:transparent;
  color:#fff;
  font-family:Verdana,sans-serif,times;
 }



	


/* Set up the wrapper to hold the page */ 
 #wrapper{
  width:100%;
  height:100%;
 }


/* Navigation menu posotion left side of page */ 
 #nav{
 display:none;
 }
 

/* Position the content area of the page */
 
#content{
  margin-left:1pt;
  margin-right:1pt;
 }

#content p, #content li{
font:10pt/10pt Verdana,sans-serif,times;
}


#content h1,{
 font: 16pt Verdana,sans-serif,times;
} 

#content h2{
 font: 14pt Verdana,sans-serif,times;
} 

#content h3, #content h4{
 font: 12pt Verdana,sans-serif,times;
}
 

 

/* Heading details and layout */

#heading{
display:none;
 }

/* Footer details and layout */ 
 
#footer{
  display:none;
 }

