body{
	background-color: yellow;
}

h1{
	color: green;
	font-family: Helvetica;
	font-size: 120pt;
}

	.blue{
		color: blue;
	}

h2{
	color: orange;
	font-size: 40pt;
}

p{
	color: lightpink;
	font-family: Helvetica;
}

a{
	color: yellowgreen;
}