/* 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; */
	font-family: helvetical, sans-serif;
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
	}

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;
	}


/* Header Styles */

.header {
	margin: 0em 0em 0em 0em;
	padding: 1em 1em 1em 1em;
/*	background: blue;
	color: white; */
	border-bottom: 1px solid black;
	}


/* Body Styles */

.col-left {
	margin: 0em 0em 0em 0em;
/*	padding: 1% 1% 1% 1%; */
	background: red; 
/*	border: 1px solid black; */
	float: left;
	width: 19.8%;
	}

.silly-wrap {
	padding: 1% 1% 1% 1%; 
	}
	
.col-center {
	margin-left: 20%;
	margin-right: 0em; 
	margin-top: 0em;
	margin-bottom: 0em;
	padding: 1em 1em 1em 1em;
	border-right: 1px solid black;
	border-left: 1px solid black;
	background-color: white; 
/*	float: left; */
/*	width: 60%; */
	
	}

.col-right {
	margin-left: 80%;

	margin-right: 0em;
	margin-top: 0em;
	margin-bottom: 0em;

	padding: 1em 1em 1em 1em;
/*	border: 1px solid black; */
/*	background-color: green;
	color: white;	*/
/*
	float: left;
*/
	}

.cols-left-center {
	background-color: #AAAA00;
	float: left;
	width: 80%;
	}

.clearfloat {
	clear: both;
	}

.body-container {
	background-color: #00AAAA;
	}

/* Footer Styles */

.footer {
	font-style: italic;
	font-size: 80%;
	border-top: 2px solid black;
	margin: 0em 0em 0em 0em;
	padding: 1em 1em 1em 1em;
/*	background-color: cyan;	*/
	clear: both;
	}

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


