body { 
	background-color: #81BEF7;
	font-family: "Bradley Hand ITC", "Comic Sans MS";
	 }
	 
a { 
	color: black; 
	text-decoration: none; 
	 }
	 
p.heading1 {	font-family: "Bradley Hand ITC", "Comic Sans MS";
	font-size: x-large;
	font-weight: bolder;
	 }
	 
p.heading2 {	font-family: "Bradley Hand ITC", "Comic Sans MS";
	font-size: large;
	font-weight: bold;
	 }

p {	font-family: "Bradley Hand ITC", "Comic Sans MS";
	font-size: normal;
	font-weight: normal;
	 }

p.footer {	font-family: verdana, arial;
	font-size: x-small;
	font-weight: normal;
	 }
	  	 
a:hover { 
	color: red; 
	background-color: white; 
	text-decoration: underline; 
	 }

a:active { 
	color: red; 
	background-color: white; 
	text-decoration: underline; 
	 }
	 
img { 
	border-width: 0px;
 	 }
img.footer { 
	border-width: 0px;
	height: 10px;
	}

ul.red {
    list-style-image: url("images/hand-red_small.gif");
    }
ul.orange {
    list-style-image: url("images/hand-orange_small.gif");
    }
ul.yellow {
    list-style-image: url("images/hand-yellow_small.gif");
    }
ul.green {
    list-style-image: url("images/hand-green_small.gif");
    }
ul.blue {
    list-style-image: url("images/hand-blue_small.gif");
    }
ul.purple {
    list-style-image: url("images/hand-purple_small.gif");
    }
