BODY, TD, P{
	font-family : "Comic Sans MS", "Arial", "sans-serif ";
	font-size: medium;
	background-image : url(Icons/mottled.jpg);
	color : Black;
	margin : auto;
}
TD {background-image: none }

P:first-letter{font-size: 300%;
	 float: left;
        color: #9932CC;
}

h {
	font-family : "Comic Sans MS", "Arial", "sans-serif ";
	font-size: medium;
	background-image : url(Icons/mottled.jpg);
	color : Black;
	margin : auto;
}


H1, H2, H4, H5, H6 {
	background-color: Blue;
	font-family: "Comic Sans MS", "Arial", "sans-serif ";
	color: White;
	font-size : large;
	font-weight : bold;
}

H1.menu {
	font-size : medium;
	font-weight : normal;
}

H2 {
	background-color: gold;
	font-family: "Comic Sans MS", "Arial", "sans-serif ";
	color: Black;
	font-size : x-large;
	font-weight : bold;
}

H3 {
	background-color: Lime;
	font-family: "Comic Sans MS", "Arial", "sans-serif ";
	color: Red;
	font-size : large;
	font-weight : bold;
}

H3.table{
	font-family: "Comic Sans MS", "Arial", "sans-serif ";
	background-image : url(Icons/mottled.jpg);
	font-size : medium;
        color: Blue;
	font-weight : bold;
}

H4, H6 {
	background-color: #D2691E;
}

H4.menu {
	font-size : medium;
	font-weight : normal;
}

H5 {
        background-color :#FF7F50;
}

H5.menu {
	font-size : medium;
        font-weight : normal;
}
A {
	text-decoration: none;
	color: blue;
}
A.menu{color:White;}
A.menu1{color:#FF7F50;}

A:Hover {color: #7CFC00;}
UL {	font-family:"Comic Sans MS", "Arial", "sans-serif";
	list-style-position:outside;
        text-indent: -40 px;
        }

OL {	font-family:"Comic Sans MS", "Arial", "sans-serif";
	list-style-position:outside;
        text-indent: -40 px;
        }

LI 	{list-style-position:inside;
	 text-indent:-20 px;
         }

div.color {
    background: rgb(204,204,255);
    padding: 0.5em;
    border: none;
  }

UL.redball{list-style-image:url(Icons/redball.gif)}
UL.blueball{list-style-image:url(Icons/blueball.gif)}
