
a:active {text-decoration:underline;color:#cc3300;}
a:link {text-decoration:none;color:#b05434;}
a:visited {text-decoration:none;color:#b05434;}
a {text-decoration:underline;color:#b05434;}
a:hover {text-decoration:underline;color:#cc3300;}

body {
	margin: 0;
	padding: 0;
	background-color: #eaeaea;
}

#allContent {
	text-align: center;
	margin: 1em auto;
	width: 47em;
	padding: 0.5em 1.5em;
	background-color: #ffebb2;
	border: 1px solid #6f0000;
						
}

p, ul, h2, h3, h4 {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

h2, h3, h4 {
	color: #6f0000;
}
