﻿body
{
	font-family: Comic Sans MS;
	color: rgb(51, 51, 102);
	font-size: 12pt;
	background-color: rgb(242, 206, 39);
}

h1, h2
{
	color: #209336;
	font-size: 15pt;
	margin: 0px;
	margin-bottom: 20px;
}

h1 img, h2 img
{
	position: relative;
	top: 12px;
	margin-top: -12px;
}

h2
{
	color: rgb(51, 51, 102);
}

h3
{
	font-size: 13pt;
	margin: 0px;
	margin-bottom: 7px;
}

a
{
	color: #1A99C6;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

dt
{
	font-weight: bold;
}

dt a
{
	font-weight: normal;
}

dd
{
	padding-bottom: 5px;
}