body {margin:0;padding:0;}/* ok - */

#header {padding-bottom: 20px; padding-top: 20px; background: #fff99d;}/* ok - */

#back {max-width: 1000px;	min-width: 480px;	background:#D7D7D7;   
       margin:5px auto;       
       }/* ok - */
       
#screen {background:#ebf4ea; max-width: 800px;        
         margin:20px 100px 20px 100px;          
         }/* ok - */
         
#side {padding:0 10px 10px 10px; background: #fff99d; width:120px;}/* ok - */

#main {background:#ebf4ea;  max-width: 650px; min-width 480px;    
       }/* ok - */
#footer {clear:both;	 border-top:2px dotted #B74E07;	 
		 }/* ok - */
#first {background:#ebf4ea;      
       }/* ok - */
#second {background:#ebf4ea;      
       }/* ok - */
#third {background:#ebf4ea;      
       }/* ok - */
      
 
.italic{font-style:italic;}  /* ok - */
		 
/* text styles ------------- */

h1 {margin:0; padding:0; color:#bd0043;}/* ok - */
        
h2 {margin:0; padding:0; color:red;}/* ok - */

h3 {margin:0; padding:0; color:#00a54e;} /* ok - */  
        
p {font-family:"Trebuchet MS", sans-serif; font-size:10pt;color:black;text-align:justify;margin-left:10px; margin-right:10px;}
p.left {font-family:"Trebuchet MS", sans-serif; font-size:10pt; color:black; text-align:left; margin-left:10px; margin-right:10px;}
p.blue {font-family:"Trebuchet MS", sans-serif; font-size:10pt;color:blue;text-align:justify;margin-left:10px; margin-right:10px;}
p.green{font-family:"Trebuchet MS", sans-serif; font-size:10pt;color:#008000;text-align:justify;} /* ok - */
p.greenc{font-family:"Trebuchet MS", sans-serif; font-size:10pt;color:#008000;text-align:center;} /* ok - */
p.centre{font-family:"Trebuchet MS", sans-serif; font-size:10pt;text-align:center;margin-left:10px; margin-right:10px;}     
a:link {font-weight:bold; color:#0000ff; text-decoration:none}
a:visited {font-weight:bold; color:#008080; text-decoration:none}
a:hover {font-weight:bold; color:#000080; text-decoration: underline}   

