﻿h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-large
	color:black;
}
h2
{
	font-family: Elephant;
	font-size: large;
	color: maroon;
	text-align: center;
}
h3
{
	font-family:Arial;
	font-size:medium;
	color:red;
}
ul
{
	font-family: Arial;
	font-size: medium;
	color: blue;
	text-align: left;
	text-indent: 10px;
	vertical-align: inherit;
	line-height: normal; 
	margin-bottom: 0.2em;
}
p
{
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: black;
	margin-left: inherit;
	text-indent: 50px;
	line-height: normal;
	vertical-align: text-bottom;
	margin-top: 0.2em;
}

