﻿body 
{
	margin: 0px 0px 0px 0px;
}

h1
{
	font-family: Arial;
	font-weight: bold;
	font-size: 26px;
	color: Red;
}

h2
{
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	font-style: italic;
	color: Blue;
}

h3
{
	font-family: Arial;
	font-weight: normal;
	font-size: 14px;
	font-style:normal;
	color: Black;
}
