h1 {
        font-family: Verdana;
        font-size: 15pt;
	color: #3b9aff;
}

h2 {
        font-family: Verdana;
        font-size: 14pt;
	color: #3b9aff;
}

h3 {
        font-family: Verdana;
        font-size: 12pt;
	color: #3b9aff;
}

h4 {
        font-family: Verdana;
        font-size: 10pt;
	color: #444;
}

a {
	color: #2b8acf;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.small {
	font-size: 80%;
}

