/**********************************************
 CHANGING THE STYLE OF THE STRUCTURAL ELEMENTS
**********************************************/

body { background: green url(images/bg.gif); }

body, p { font-family: Verdana, sans-serif;}

address { font-family: Times New Roman, Times, serif;
          font-size: small;}


/*******************************************
 CHANGING THE STYLE OF THE HEADING ELEMENTS
*******************************************/

h1 { color: red; 
     font-family: Arial, Helvetica, sans-serif; }

h2 { color: white; 
     font-family: Courier New, monospace; }

/**************
 MISC CHANGES
**************/

img { border: none;}

.promote { text-align: center; 
           background: yellow; 
           border: 1px dotted #000; }
