
.BoilerPlate {
	font-size : x-small;
	text-align : center;
}

.Speech {
	font-style : italic;
}

BLOCKQUOTE {
	margin-left : 10%;
	margin-right : 10%;
	border : 4px solid #CCCC66;
	padding : 8px;
	background-color : #FFFFCC;
	color : #666600;
	text-align : left;
}

BODY {
	width : 90%;
	margin-left : 5%;
	margin-right : 5%;
	background-color : #FFFFFF;
	font-family : Tahoma, sans-serif;
	font-size : medium;
	font-style : normal;
}

H1 {
	color : #336600;
	font-size : x-large;
	font-weight : bold;
}

H2 {
	font-size : large;
	font-weight : bold;
}

H3 {
	font-size : medium;
	font-weight : bold;
}

HR {
	color : #669966;
}

LI {
	list-style-type : disc;
	list-style-image : url(images/bullets/greenbul.gif);
}

PRE {
	font-family : Georgia, monospace;
}

TABLE {
	font-size : small;
	font-style : normal;
	font-weight : normal;
}

.navline {
	font-size : x-small;
	text-align : center;
}

A:link {
	color : #FF9933;
	text-decoration : underline;
}

A:visited {
	color : #FFCC99;
	text-decoration : underline;
}

A:hover {
	color : #FF6600;
	text-decoration : underline;
}

P.subtitle {
	color : #336633;
	font-weight : bold;
}

OL LI {
	list-style-type : decimal;
	display : list-item;
}

TR.topnav {
	background-color : #336600;
	color : #99FF66;
	font-size : x-small;
}

