h1 {
	font-family: verdana;
	font-size: 40px;
	background: #ffffff;
	color:red;
}

h2 {
	font-family: arial;
	font-size: 20px;
	background: #ffffff;
	color:black;
}

p {
	font-family: times new roman;
	font-size: 18px;
	background: #ffffff;
	color:navy;
}