
	    	h1
				{
					text-align: center;
					background-color: yellow;
				}
			h2
				{
					font-family: Verdana;
					font-style: italic;
					color: green;
				}
			#para
				{
					font-family: cursive;
					color: blue;
				}
			.para
				{
					font-family: Verdana;
					color: red;
				}
			p
				{
					font-family: Georgia, serif;
					font-style: italic;
					color: green;
				}
