body { font-family: Arial, serif; 
       font-size: 10pt;
       margin-left: 40px; 
       margin-right: 40px; 
       margin-top: 0; 
       margin-bottom: 0; 
       background-color: Aliceblue; }

h1 { font-family: "Comic Sans MS", Arial, serif;
     font-size: 120%; 
     font-weight: lighter; }

p { margin-top: 0;
    margin-bottom: 0; }

ul { list-style-type: circle;
     list-style-position: outside;
     list-style-image: url('images/bullet.gif'); 
     margin-top: 0;
     margin-bottom: 0 }

hr {color:blue; background-color:blue;}