﻿h1
{
	font-family:"Times New Roman", Times, serif;
	font-size: xx-large;
	font-weight:bold;
	color:green;
	
}

h2
{
	font-family:"Times New Roman", Times, serif;
	font-size:x-large;
	font-weight:bold;
	color:red;
	
}


p

{
	font-family:"Times New Roman", Times, serif;
	font-size:x-large;
	font-weight:normal;
	color:black;
}

body
{
	
	background-color:silver;

}

ol
{
	font-family:"Times New Roman", Times, serif;
	font-size:x-large;
	font-weight:normal;
	color:black;
}