/* generic.css is a stylesheet that I, Ingbert <ifloyd2@gmail.com>, have made for my own reference. 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

*/

body {
	color: black;
	background: white; 
	/* background: #99FF99; */
	/* margin: 0px 0px 0px 0px; */
	font-family: helvetica, 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;
	}
