@charset "UTF-8";
/* CSS Document */

/* ericghanus.com */

body,td,th {
	font-size: 15px;
	color: #A5A5A5;
}
body {
	background-color: #FFF;
	margin-left: 75px;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 100px;
}


a {
	font-size: 14px;
	color: #8DBBFA;
		font-family:Georgia, "Times New Roman", Times, serif;
			font-weight: 400;


}
a:link {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight: 400;
	text-decoration: none;
}
a:visited {
	font-size: 14px;
	font-style:italic;
	font-weight: 400;
	text-decoration: none;
	color: #69F;
}
a:hover {
	font-size: 14px;
	font-style:italic;
	font-weight: 400;
	color: #F90;
	text-decoration: none;
}
a:active {
	font-size: 14px;
	text-decoration: none;
	color: #69F;
}


a.resume {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 12px;
	color: #999999;
}
a.resume:link {
	font-weight: 800;
	text-decoration: none;
}
a.resume:visited {
	font-style:italic;
	text-decoration: none;
	color: #333;
}
a.resume:hover {
	font-style:italic;
	color: #333;
	text-decoration: underline;
}
a.resume:active {
	text-decoration: none;
	color: #333;
}


.title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:23px;
	font-weight: 800;
	color: #6CC;
}