a 
	{ 
	text-decoration:none; 
	color: #336699; 
	}  
a:hover 
	{ 
	color: #fff; 
	text-decoration: underline;
	background-color: #336699;
	} 
a:visited 
	{ 
	text-decoration: none;
	color: #336699; 
	} 
a:visited:hover 
	{ 
	color: #fff; 
	text-decoration: underline;
	background-color: #336699;
	} 
a:active
	{ 
	color: #336699; 
	text-decoration: underline; 
	}
body 
	{ 	    
	background-color: #ccc;
	margin: 10px; 	
	margin-top: 50px;
	padding: 10px; 	
	width: 90%;
	text-align: center; 	
	}  
.content
	{
	padding: 15px;
	text-align: left;
	font-family: verdana, sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin-top: 60px;
	}
h1.header 
	{
	font-family: verdana, sans-serif;
	background: #336699;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
	margin-top:0px;
	padding:15px;
	border-bottom: 1px solid #000;
	text-align: right;
	}
h3.header 
	{
	font-family: verdana, sans-serif;
	background: #A52A2A;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	margin-top:0px;
	padding:15px;
	border-bottom: 1px solid #000;
	text-align: right;
	}
h2.header
	{
	font-family: verdana, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #444;
	margin-top: 40px;
	padding:15px;
	}
.nav
	{	
	font: 12px/19px verdana; 	
	color: #666; 
	font-weight: bold;
	text-align: right;
	padding: 10px;	
	margin-top: 10px;
	}	 
.slide 
	{ 	
	border: 1px solid #000; 	
	background-color: #fff;
	width: 700px; 	
	margin: 10px; 	
	font-family: verdana, arial, sans-serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	color: #000; 	
	text-align: left;
	}
