body {
	/* background: url('earsmack_background.jpg'); */
	background-color: #fff;
	color: #aaa;
	font-size: medium;
	font-family: Courier, Monaco, "Courier New";
}
.shadow {
	-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);	
}
.larger {
	font-size: larger;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.blue {
	color: #3467D1; /* #0080FF */
}
.gray {
	color: gray;
}
.tag {
	font-weight: bold;
}
.link {
}
.command {
	color: #0080FF;
}
.float_right {
	float: right;
}
a:link, a:visited, a:active, a:hover {
	text-decoration: none;
	color: #3467D1;
}
a.nada:hover {
	background-color: black;
	text-decoration: none;
}
a:hover {
	background-color: #CCC;
	text-decoration: underline;
}
div.hr {
	clear: both;
	width: 100%;
	height: 0;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #eee;
	margin: 10px 0 10px 0;
}

p.box {
	width: 60%;
	border: 1px solid #aaa;
	background-color: #eee;
	margin: 0 auto;
}
