h1 {
   color : red;
   text-align : center ;
   font-family : cursive ;
   font-style : italic;
   font-size : xx-large;
}

h2 {
   color : green;
   text-align : center ;
   font-family : cursive ;
   font-style : italic;
   font-size : x-large;
}

h3 { color : blue; text-align : center; }

h1:before {content:url("flag5.gif");}

body {
   font-family : "times new roman";
   background-color : tan;
}

