	A	{ 
		color: #FFFFCC; 
		font-family: verdana, arial, sans-serif; 
		text-decoration: none;
		} 

	A:link	{ 
		color: #FFFFCC; 
		text-decoration: none; 
		}
 
	A:visited { 
		color: #996633; 
		text-decoration: none; 
		}
 
	A:active { 
		color: #FF0000;  
		} 
		
	A:hover	{ 
		color: #FF0000;  
		} 

	#container {
		font-family: verdana, geneva, helvetica, arial, sans-serif;
		color:#FFF;
		font-size:12px;
		font-weight:normal;
  		background:#000;
  		line-height:18px;
		margin-bottom:15px;
		}

	#center {			
		margin-left:10%;
		margin-right:10%;		
		border-left:1px dotted #FFFFCC;			
  		border-right:1px dotted #FFFFCC;
  		border-bottom:1px dotted #FFFFCC;
  		padding:10px;	  	
		}
	
	#title {	
		font-family: verdana, geneva, helvetica, arial, sans-serif;
		color:#FFF;
		font-size:18px;
		font-weight:lighter;
  		border-bottom:1px solid #FFFFCC;
  		background:#000;
  		line-height:18px;	
  	        letter-spacing: +10px;
		margin-left:10%;
		margin-right:10%;
  		padding:10px;
		}
	
	#quotes {
		font-style:italic;
 		border-top:1px dotted #FFFFCC;	
		}
	
	#left {
		float:left;
		margin-left: 10%;
		width:30%;
  		background:#000;
 		border-top:1px dotted #FFFFCC;	
 		border-left:1px dotted #FFFFCC;	
  		border-right:1px dotted #FFFFCC;
  		border-bottom:1px dotted #FFFFCC;
  		padding:10px;  
		margin-right:1%;
		}

	#right {
		float:right;
		margin-right: 10%;
		width:30%;
  		background:#000;	
 		border-top:1px dotted #FFFFCC;	
 		border-left:1px dotted #FFFFCC;	
  		border-right:1px dotted #FFFFCC; 
  		border-bottom:1px dotted #FFFFCC;
  		padding:10px; 
		margin-left:1%;
		}