h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.3em;
}

code {
	font: 0.9em 'Courier New', Courier, Fixed, Sans-Serif;
	color: #900;
	background-color: #eeeeee;
	text-align: left;
}

a:link, a:visited{
	color: #CFA33A;
	text-decoration: none;
}

a:hover {
	color: #CF970F;
	text-decoration: underline;
}

