/* js_ex_2.css is a stylesheet that Ingbert Floyd <ifloyd2@gmail.com> created, based in part on materials created by Cameron Jones. Feel free to use it if you want, but you are not free to sell it to anyone. 

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 License

*/



/* generic.css styles */

body {
	color: black;
	background: white; 
	/* background: #99FF99; */
	/* margin: 0px 0px 0px 0px; */
	font-family: helvetical, sans-serif;
	}

p {
	margin: 0.8em 0em 0.8em 0em;
	padding: 0em;
	}

h1 {
	text-align: center;
	}

a {
	text-decoration: none; 
	}

a:link {
/*	text-decoration: underline; */
	color: blue;
	}

a:visited {
/*	text-decoration: underline; */
	color: purple;
	}

a:hover, a:focus {
	text-decoration: underline;
	color: #0066FF;
	}

a:active {
	text-decoration: underline;
	color: red;
	}


/* Footer Styles */

.footer {
	padding: 1em 1em 1em 1em;
	font-style: italic;
	font-size: 80%;
	clear: both;
	border-top: 2px solid black;
	}

.cluster {
	margin: 1em 0em 1em 0em;
	}
