/* Style sheet for my WEEK TWO Homework */ 

body {background-image: URL(BACKinternet.gif);
      font-family: Tahoma; 
      font-size: 1em;  
      color: blue;
      } 

h1 {font-family: Arial; 
    font-size: 1.5em; 
    color: purple; 
    text-align: center;
    } 

h2 {font-family: 'Comic Sans MS'; 
    font-size: 1.2em; 
    color: green;
    text-align: center;
    }  

h3  {font-family: arial;
     color: red;
     font-size: 1em;
     text-align: center;
    }

h4  {font-family: sans-serif;
     color: maroon;
     font-size: .75em;
     text-align: center;
     }

a:link {font-color: green; 
        font-weight: bold; 
        background: transparent;  
        text-decoration: none;       
        } 

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

a:active  {color: black;
	   background: transparent;
           text-decoration: none;
           }

a:visited  {color: navy;
            background: transparent;
            text-decoration: none;
            }		


p    {color: navy; 
      text-align: center;      
      font-family: Tahoma; 
      font-weight: bold; 
     } 

