body {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: .80em; 
	border: double;
	padding: 1em;
	background-image: url(sandstone.jpg);
	width: 52em;
}

#clarifications {
	margin-top: 0;
}

#header {
	font-size: 200%;
	border: double;
	padding-left: .15em;
}


#courseName {
	padding-left: 16.25em;
}

#semester {
 	padding-left: 9.5em;
}

.centerParagraph {
	text-align: center;
}
/***** Hypertext Links *****/
a:link {
	color: #75753E; 
	font-weight: bold;
	text-align: center;
}

a:visited {
	color: gray;
}

a:hover {
	color: red;
}

a:active {
	color: blue;
}

h1, h2, h3 {
	color: black;
	text-decoration: underline;
}

pre {
 	color:gray;
	font-size: 150%;
}

strong {
	color: black;
}


ul {
 	color: black;
	list-style-type: circle;
}

li {
	margin-bottom: .3em;
	margin-top: .3em;
}
.innerList {
	list-style-type: lower-latin;
}

.outerListElement {
	padding-bottom: 1em;
}
