body, html {
	font-family: verdana,sans-serif;
	font-size: 11px;
}

p {
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-family: candara,verdana,sans-serif;
	padding: 0;
	margin: 0.8em 0 -0.2em 0;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

h5 {
	font-size: 10px;
}

h6 {
	font-size: 10px;
}

a:link {
	color: #0063a6;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


