﻿h1
{
	
	font-family: Arial;
	font-size: 20px;
	color: maroon;
}

h2
{
	font-family: Arial;
	font-size: 16px;
	color: blue;
}

h3
{
	font-family: Arial;
	font-size: 16px;
	color: maroon;
}

p
{
	font-family: Arial;
	font-size: 12px;
	color: black;
}