/* include as standard html template for all pages. sets text style */

body { 
	/*margin: 0;*/
	/*padding: 0;*/
	/*border: 0;*/

	text-align: left;
	/*font: 14px Verdana, Arial,sans-serif; */
	font: 14px Courier, Arial,sans-serif;
	color: #233A54;
	
	}  


a:link {
	font-weight: 900;
	color: #4C83AE;
	}

a:visited {
	font-weight: 900;
	color: #999999;
	}


#contents_table {
	position: relative;
	top: 0;
	padding: 10;
	text-align: left;
	background-color: #EBEBEB;
	}


#funstuff {
	position: relative;
	top: 0;
	text-align: center;
	margin: 10px auto;
	background-color: #EBEBEB;
	border-top: 1px solid;
	border-bottom: 1px solid;
	width: 30%;
}

