	body {
		background: black; 
		font: 12px arial, helvetica, geneva, sans; }
		
	.nav {
		color: #cccccc }	
		
	a:link {
		font-weight: bold; 
		color: #ff7700;
		text-decoration: none; }	
		
	a:visited {
		font-weight: bold; 
		color: #00c900;
		text-decoration: none; }	

	.content {
		background: #cccccc;
		font-color: black;
		padding: 20px; 
		margin: 20px; }
		
	.title {
		font-size: 24px;
		font-weight: bold;
		color: 444444; }	
		
