@charset "utf-8";
h1 {
	font-size: 22pt;
	font-style: italic;
	font-weight: bold;
	color: #809fff;
}
h2 {
	font-size: 16pt;
	font-weight: bold;
	color: #809fff;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
p {
	font-size: 11pt;
	color: #5078bf;
}
a:link {
	color: #5078bf;
}
a:visited {
	color: #22385E;
}


.Body {
	padding: 10px;
}

