body {
	font-family: "Comic Sans MS", helvetica, Verdana, Arial, sans-serif;
	
}

/* Headings and Text Elements */

H1
{color: #000066;
font-family: Arial, Helvetica, "Sans Serif";
font-size: 200%}

H2
{color: #333333;
font-family: Arial, Helvetica, "Sans Serif";
font-size: 175%}

H3
{color: #800080;
font-family: Arial, Helvetica, "Sans Serif"}

H4
{color: #006633;
font-family: Arial, Helvetica, "Sans Serif"}

H5
{color: #666666;
font-family: Arial, Helvetica, "Sans Serif";
font-size: 100%}

H6
{color: #800080;
font-family: Arial, Helvetica, "Sans Serif"}

p
{/* text-indent: +1em */;
font-family: "Comic Sans MS", helvetica, Verdana, Arial, sans-serif}


/* Links */

A:LINK {
	color: #1841b5;
}
A:VISITED {
	color: #660066;
}
A:HOVER {COLOR: #A50400;; text-decoration: none}



/* Lists */

ol { font-family: "Comic Sans MS", helvetica, Verdana, Arial, sans-serif; 
	font-size: 100%; list-style-type: decimal}
	
ul {  font-family: "Comic Sans MS", helvetica, Verdana, Arial, sans-serif; list-style-type: disc}


