/* HTML Selector styles */
#content h1 {
	color:#939;
	}
#content a:link {
	text-decoration:none;
	color:#939;
	}
#content a:visited {
	text-decoration:none;
	color:#939;
	}
#content a:hover {
	text-decoration:underline;
	color:#939;
	}
#content a:active {
	text-decoration:underline;
	color:#939;
	}
