h1 {
	font-family: verdana;
	color: red;
	font-size: 40px;
	background: #ffffff
	/*
	the colors were for some reason not working so I put them in a different part in the order than to what was shown in the udemy course
	*/
}

h2 {
	font-family: arial,verdana,sans-serif;
	color: red;
	font-size: 20px;
	background: #ffffff
}
	
p {
	font-family: times new roman,verdana,sans-serif;
	color: navy;
	font-size: 18px;
	background: #ffffff

}