/* CSS Document */

#text {
	color: #7b8086;
	text-align: left;
	font-size: 1.2em;
	}
	
#text h1 {
	font-size: 1.3em;
	margin-bottom: 1.2em;
	border-bottom: 1px solid #7b8086;
	width: 690px;
	display: block;
	padding-bottom: 5px;
	margin-left: 40px;
	}
	
#text a {
	text-decoration: none;
	color: #7b8086;
	}
	
#text a:hover {
	text-decoration: underline;
	}
	
#text ul {
	list-style: none;
	margin-left: 60px;
	line-height: 1.8em;
	font-weight: bold;
	}

#text ul ul {
	font-weight: normal;
	margin-left: 20px;
	}
	
