﻿body
{
    font-family: 'Times New Roman';
    font-size: medium;
    margin: 0;
    padding: 0;
	min-width:1024px;
    width:100%;
	min-height:768px;
	height:100%;
}
p
{
	font-family: 'Times New Roman';
	font-size: medium;
	color: #000000;
	text-align: left;
}
h1
{
	font-family: 'Times New Roman';
	font-size: x-large;
	color: #336699;
	text-align: left;
}
h2
{   font-family: 'Times New Roman';
    font-size: large;
    font-weight: bold;
    color: #000000;}
h3
{
	font-family: 'Times New Roman';
	font-size: large;
	color: #336699;
	text-align: center;
}
h4
{
	font-family: 'Times New Roman';
	font-size: medium;
	font-style: italic;
	color: #336699;
	text-align: left;
}
h5
{
	font-family: 'Times New Roman';
	font-size: medium;
	font-weight: bold;
	color: #000000;
	text-align: left;
}

a
{
	font-family: 'Times New Roman';
}

