/* 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: 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;
	}

/* Other Styles */

table {
	text-align: center;
	}

li {
	margin: 2em 0 2em 0;
	}
	
.colorblind {
	background-color: #FF0000;
	color: #00FF00;
/*	line-height: 120%; */
	}

.cee {
	display: inline;
	}

.one {
	background-color: blue;
	}

.insertup {
	position: relative;
	left: -19em;
	top: -1em;
	}

.insertdown {
	position: relative;
	left: -21.7em;
	bottom: -1em;
	}
	
.wiiide {
	width: 5000px;
	}
	
a.yellow {
	color: green;
	}



