﻿h1
{
	font-family: Arial;
	font-size: 44px;
	color: #A02727;
	border-collapse: collapse;
	text-align: center;
}

h2
{
    font-family: Arial;
    font-size: 36px;
    color: Black;
    text-align:center;
}

h3
{
	font-family: Arial;
	font-size: 18px;
	color: Black;
	text-align: center;
}

h4
{
	font-family: Arial;
	font-size: 18px;
	color: Black;
}

p
{
	font-family: Arial;
	font-size: 14px;
	color: black;
	text-align: left;
}

a:link {
	 color: blue;
}
a:visited {
	color:teal;
}
a:hover {
	text-decoration: underline overline;
}
