
body {	background-color:yellow}

h1 { color:blue}
h2 {color:red}
h3 {color: red}
h4 {color:red}
h5 {color:red}
h6 {color:red}

p.right 	{text-align: right}
p.left   	{text-align: left}
p.center 	{text-align :center}
p {	font-family : Verdana;
	font-size : 5;
	font-style : normal;
	font-weight : bolder;
	font-color : black
	}
