h1, h2, h3, h4 { color: blue ; font-family: Arial, Helvetica, sans-serif }
                
body { font-family: Times New Roman ;
 background-color: #FFFFF2 } 
		 p { line-height: 100% }
                 ul li { font-size: 100% }
                 .red { color: red }
                 .green { color: green }
                 .blue { color: blue }
                 #big { font-size: 120% }
                 #upper { text-transform: uppercase } 
