/* Styles for Week Three, CSS */

 body {background-image: URL(BACKblackHTML.gif); 
       font-family: 'Comic Sans Ms', Arial, Sans-serif;
        font-size: 1.25em;
        font-weight: bold;
        color: yellow;    
        }

h1  {color: white;
     font-family: tahoma;
     font-size: 2em;
     text-align: center;
     }

h2  {color: white;
     font-size: 1.5em;
     text-align: center;    
     }

.large {font-family: arial; 
        font-size: 20pt; 
        color: green;
        }

.first  {font-family: 'comic sans ms';
         font-size: 25pt;
         color: red;
         font-weight: bold;
         }

p     {font-weight: bold;
       text-align: center;       
       }

/* this next color is pink*/

em   {color: #ffcocb;
      font-weight: bold;
      font-size: 1.20em;
      }

div  { text-align: center;}

ul.image {list-style-image: url(http://www.geocities.com/amh_55/bulletheart.gif);
         list-style-position: inside;
           }

a:active {text-decoration: none;}

a:link  {color: yellow;
         font-weight: bold; 
         text-decoration: none;
         }

a:visited {color: red;
           text-decoration: none;      
           }

a:hover  {color: white;
          text-decoration: none;
         }