/**** TEXT ****/
p {
	font-size:.9em;
	color:#343434;
}
h1 {
	font-size:1.5em;
	color:#343434;
}
h2 {
	font-size:1.3em;
	color:#343434;
}
h3 {
	font-size:1.2em;
	color:#343434;
}
h4 {
	font-size:1.1em;
	color:#343434;
}
/**** ANCHORS ****/
a:link, a:visited {
	color:#343434;
	text-decoration:underline;
}
a:hover, a:active {
	color:#CCC;
	text-decoration:none;
}
