/* CSS definition file containing site wide stylesheets */

body { 
	font-family: "Comic Sans MS", Lucida Sans, sans-serif; 
}
p	{
	font-size: 18px;
}	
h1, h2, h3, h4 {
	font-family: "Gill Sans Ultra Bold", "Gill Sans", sans-serif;
}
h1	{
	font-size: 36px;
}	
h2	{
	font-size: 24px;
}
h3	{
	font-size: 18px;
}
h4	{
	font-size: 14px;
}
dt	{ font-weight: bold;
	margin-top: 6px;
}
dd	{ 
}

ul	{ 
	display: block;
	margin-top: 0;
}

li	{ 
	font-size: 12px;
}

.nochange a:link {
	text-decoration: none;
}

.nochange a:visited {
	text-decoration: none;
}

.nochange a:hover {
	color: #fff;
	background-color: #000000;
}

.nochange a:active {
	color: #fff;
	background-color: #CC9900;
}

/* Below are styles for the letters in the headlines.  */
.style1 {
	font-size: 48px;
	font-family: "Gill Sans Ultra Bold";
	font-style: italic;
}
.style4 {font-size: 36px}
.style5 {font-size: 12px}
.style8 {
	font-family: "Comic Sans MS";
	font-size: 18px;
}
.style10 {font-family: "Comic Sans MS"; font-size: 14px; font-style: italic; margin-top: 0; color: #000000}
.style11 {
	font-family: "Gill Sans Ultra Bold";
	font-size: 36px;
	color: #009900;
}
.style15 {
	font-size: 36px;
	font-family: "Gill Sans Ultra Bold";
	font-style: italic;
	color: #CC0000;
}
.style16 {
	font-family: "Comic Sans MS";
	font-size: 36px;
	color: #000000;
}
.style18 {
	color: #FF3300;
	font-weight: bold;
}
.style20 {color: #000066}
.style21 {font-size: 60px}


