﻿body
{
	font-size: 10pt;
	font-family: Trebuchet MS, Tahoma, Arial;
}

h1
{
	font-size: 20pt;
	font-weight: bold;
}

h1 span
{
    color: Blue;
}

h2
{
	font-size: 16pt;
	font-weight: bold;
}

h2 span
{
    color: Blue;
}

h3
{
	font-size: 14pt;
	font-weight: bold;
}

.center
{
	width: 80%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
