body {
  font-family: 	Arial,sans-serif;
  font-size: 	small;
  color: 		#330099;
}

h1 {
  font-size: 	1.4em;
  font-weight: 	bold;
  text-align: 	center;
}

h2 {
  font-size: 	1.1em;
  font-weight: 	bold;
}

ul li {
  line-height: 		1.2em;
  font-weight:	bold;
}

#nav {
	font-weight:  	bold;
	font-size:		0.8em;
	background-color:	#ffffcc;
}

#nav li {
	list-style-type:	none;
	line-height:	2.2em;
	}

#footer {
	margin-top:	60px;
	font-size:	0.9em;
	text-align:	center;
	color:		black;
	}
	
#footer a:link {
	color:	red;
	text-decoration: none;
	}

#footer a:visited {
	color:	red;
	text-decoration: none;
	}
