/* Generic Selectors */
 
body {
   background-image:url('images/ChrisBackground825.jpg');
	 background-repeat:repeat-y;
   font-family: Arial,Helvetica,sans-serif;
   font-size: 16px;
}
 
p {
   width: 80%;
}
 
h1 {
   font-size: 32px;
   font-weight: bold;
}
 
h2 {
   font-size: 28px;
   font-weight: normal;
   text-decoration:underline;
}

h3 {
   font-size: 24px;
   font-weight: normal;
   font-style:italic;
}

h4 {
   font-size: 20px;
   font-weight: normal;
}

s1 {
   font-size: 12px;
   font-weight: normal;
}
 
hl1 {
   font-size: 18px;
   font-style: italic;
   color: #cc0000;
}

/************************* ID's *************************/
#navbar ul {
    margin: 0;
    padding: 0px;
    list-style-type: none;
    text-align: center;
    background: url(images/NavBarBackground.gif);
    }

#navbar ul li {  
    display: inline;
    }

#navbar ul li a {
    text-decoration: none;
    padding: 1em .2em;
    color: #007;
    }

#navbar ul li a:hover {
    color: #44f;
	  }

