@charset "UTF-8";
/* CSS Document */

#content {
		height: 530px;
		padding-left: 10px;
		overflow: auto;
		
	}
	 #content p {
	 	font-size: 0.8em;
		line-height: 1.5em;
	 }
	
	h1 {
		font-size: 1em;
	}
	
	.bold {
		font-weight: bold;
	}
	
	.blue {
		color: #4889a8;
		font-style: italic;
	}
	

	#content a:link {
		color: #3c728c;
		text-decoration: none;
	}
	
	#content a:visited {
		color: #3c728c;
		text-decoration: none;
	}
	
	#content a:hover {
		color: #3c728c;
		text-decoration: underline;
	}
	
	#content a:active {
		color: #3c728c;
		text-decoration: underline;
	}
	
	.italics {
		font-style: italic;
	}
	
	#content ul li {
		font-size: 0.8em;
		line-height: 1.6em;
	}