
body{background-color:#FFFFFF;font-family:arial;color:#006600; font-size:18px;}

/* will change heading 1 to #FFBD00, the font to arial black, the font size to 48px, the alignment to center and the font weight to bold
*/

h1{color:#006600; font-family:arial black; font-size:72px; text-align:center;}

h2{color:#006600; font-family:arial black; font-size:30px; text-align:center;}

h3{color:#006600; font-family:arial black; font-size:24px; text-align:center;}
h4{color:#006600; font-family:arial black; font-size:20px; text-align:left;}
/* will change the color of the horizontal rule to #FFBD00
*/

hr{color:#FF8802;>

