body, th { font-family: 'Segoe UI', sans-serif; }
body {
	font-size: 12pt;
	font-weight: 300;
}
h1, h2, h3 {
	font-family: 'Segoe UI', sans-serif;
	margin: 0;
	padding-bottom: 4px;
}
h1 {
	font-size: 42pt;
	font-weight: 200;
}
h2 {
	font-size: 20pt;
	font-weight: 200;
}
h3 {
	font-size: 11pt;
	font-weight: 600;
}
a {
	font-weight: 300;
	color: rgb(79, 26, 203);
}
input, button, textarea {
	font-family: 'Calibri', sans-serif;
	font-size: 13pt;
}
textarea { margin: 4px 0 }
.textwall { font-family: 'Cambria', sans-serif }

@media (max-width:480px) {
	h1 { font-size: 28pt; }
}
