body {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: fixed;
}
h1 {
	color: #0090D6;
	font-size: large;
	font-weight: bold;
	letter-spacing: -1px;
}
h2 {
	color: #BD3123;
	font-size: large;
	letter-spacing: -2px;
}
h3 {
	color: #BD3123;
	font-size: medium;
}
a {
	color: #BD3123;
	text-decoration: none;
}
a:hover {
	color: #0090D6;
}

td {
	vertical-align: top;
}
