a 
	{ 
	text-decoration:none; 
	color: #C7310F; 
	}  
a:hover 
	{ 
	color: #C7310F; 
	text-decoration: underline; 
	} 
a:visited 
	{ 
	text-decoration: none;
	color: #6633FF; 
	} 
a:visited:hover 
	{ 
	text-decoration: underline;
	color: #6633FF; 
	} 
a:active
	{ 
	color: #6633FF; 
	text-decoration: underline; 
	}
body 
	{ 	
	background-color: eee;
	margin: 10px; 	
	padding: 10px; 	
	width: 100%;
	text-align: center; 	
	}  
.nav
	{	
	font: 11px/19px verdana; 	
	color: #666; 	
	}	 
.slide 
	{ 	
	border: 1px solid #bbb; 	
	background-color: #fff;
	width: 90%; 	
	padding: 10px; 	
	font-family: verdana, arial, sans-serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	color: #222; 	
	text-align: left; 	
	}
