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