* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.content, .location, .nav {
	font-size: 70%;
}

h6 {
	font-size: 1.0em;
}

h5 {
	font-size: 1.1em;
}

h4 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.3em;
}

h2 {
	font-size: 1.4em;
}

h1 {
	font-size: 1.5em;
	color:#FF9900;
}

p {
	font-size: 1.0em;
}

A:active, A:visited, A:link {
	text-decoration:none;
}

A:hover {
	text-decoration:underline;
}

