﻿body
{
    font-size: small;
    margin: 0px;
    color: black;
    font-family: Arial, Tahoma, Verdana;
    text-align: center;
    background-color: #FFCC66;
}
H1
{
    font-weight: bold;
    font-size: medium;
}
p
{
    margin-top: 2px;
    margin-bottom: 2px;
    text-align: left;
    text-align: left;
    padding-left: 30px;
}
H2
{
	font-weight: bold;
	font-size: small;
	text-decoration: underline;
	text-align:left;
}
hr
{
    color: #FDAB00;
    height: 2px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #FFFF99;
    margin-bottom: 15px;
}
