body {
	background-color: #ffffff;
	width=600;
	font-family: "Arial", "Helvetica," sans-serif;
	font-size 10.5;
	color: black;
}

p {
	font-family: "Arial", "Helvetica," sans-serif;
	font-size: 11.5pt;
	font-style: normal;
	font-weight: normal;
	color: "#000000";
}

ul {
	font-family: "Arial", "Helvetica," sans-serif;
	font-size: 11.5pt;
	font-style: normal;
	font-weight: normal;
	color: "#000000";
}

.index {
	font-family: "Arial", "Helvetica," sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: "#000000";
}


.dropcap {
	font: bold 300% times,serif;
	float: left;
}

.title {
	font-size: 22pt;
}

.pagetitle {
	font-size: 22pt;
	font-weight: bold;
	text-align: center;
}

.subtitle {
	font-size: 13pt;
	font-weight: bold;
}

.url {
	text-align: center;
	font-weight: bold;
	font-size: 125%;
}

.credit {
	font-style: italic;
	font-size: 10.5pt;
	text-align: right;
}

.nav {
	text-align: center;
	font-weight: bold;
	font-size: 10pt;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

a {
	color: "blue";
	text-decoration: none;
	font-weight: bold;
}

a:Hover {
	color: "red";
	text-decoration: none;
}	
a:visited {
	color: "green";
	text-decoration: none;
}


