/* Background Color*/

body{
background-color: lemonchiffon;}

/* Title */

h1 {
    font-family: Verdana, sans-serif; 
    color: black; 
    font-size: 20px; 
}

/* No line below link */
a {
   text-decoration: none; 
}

/* Fancy bullets in itemize */
ul{
list-style-image:url(brownbullet.gif);
}


H4 { text-align:center}
