
/* --------- GLOBAL -------------------------------------- */	

a { 
	font-family: arial, helvetica, georgia, serif; 
	font-size: 11px; 
	color: #69a0c2; 
    	text-decoration: none; }
a:visited { 
	color: #69a0c2; 
	text-decoration: none; }
a:hover { 
	text-decoration: none;
  	color: #a3dcff; }
 	
body {  
	margin-top: 8px;
	font-family: arial, helvetica, georgia, serif; 
	font-size: 11px; 
	color: #000000; 
	line-height: 120%;
	background: #e0d9ce; }
	    
#container {
	text-align: center;
	width: 100%; }
	
#bodydiv {
	display: block;
	margin-left: auto;
	margin-right: auto;	
	background: #ffffff url('images/bg2.jpg');
	width: 930px;  }
	
*:focus { 
	outline: none; }	
	
