/*
	Created by Christopher Gonzalez D.K.A "gchriswill"
	
*/


/* Default Styles */
body, div {
	
	font-size: medium;
	font-family: monospace;
	color: black;
	-webkit-font-smoothing: antialiased;
	-webkit-backface-visibility: hidden;
	
}

body {
	
	width: 100%;
	height: 100%;
	background-color: #ffe600;
		
}

div.root-container {
	margin: 0px;
	margin-left:  auto;
	margin-right: auto;
	
	padding: 20px;
	padding-left: auto;
	padding-right: auto;
	
	width: 100%;
	height: 100%;
	
	background: no-repeat;

}

div.center-container {
	background-color: transparent;
	
}

a {
	text-decoration: none;
	color:maroon;
	text-shadow: 0px 0px 0.5px black;
}

a:hover {
	
	text-decoration: underline;
	
}

hr {
	
	border: 1px solid grey;
	
}


ul {
	
	list-style: none;
	
}

span.balm {
	font-weight: bold;
}


		



