﻿h1{
	font-family: Georgia;
	font-size: x-large;
	font-style: normal;
	color: red;
	font-weight: 100;
}

h2{
	font-family:Georgia;
	font-size:large;
	font-style:italic;
	color:black;
}

h3{
	margin-top:0px;
	padding-top:0px;
}

