p {font-family: Arial, sans-serif; color: #FFFF00; font-size: 120%; }

Body {background-image: url("images/Spider Web 03a.jpg"); background-repeat: repeat }


h1 {font-family: Verdana, sans-serif; color: blue; font-size: 500%; }
h

/* Another style of CSS coding which you can use is below. Many people prefer to use this; especially on commercial projects where someone else may have to read your code. It's up to you which way you write your CSS */

/* p {
       font-family: Arial, Helvetica, sans-serif;
       color: #0000FF;
       font-size: 120%;
       }
*/

h2 {font-family: Verdana, sans-serif; color: blue; font-size: 400%; }
h3 {font-family: Verdana, sans-serif; color: red; font-size: 150%; text-align: center;}
h4 {font-family: Verdana, sans-serif; color: blue; font-size: 200%; }
