body {
	left-margin: 0;
	top-margin: 0;
	text-align: left;
	}

a { color: #999999;
	}

	
.roll { color: red;
text-decoration: none; }
A.roll:hover { color: blue;
text-decoration: none; }

.navroll { color: white;
text-decoration: none; }
A.navroll:hover { color: red;
text-decoration: none; }

.navbar {
	font-family: capitals, copperplate, times new roman;
	font-size: 15;
	color: white;
	
	}

.bodyText {
	font-family: optima, times new roman;
	font-size: 12;
	color: #000000;
	}
	
.quote {
	font-family: times;
	font-size: 12;
	color: black;
	font-style: italic;
	}

.source {
	font-family: times;
	font-size: 12;
	color: black;
	font-weight: bold;
	}