A {
	text-decoration: none;
	color: #b2b2b2;
}
A:hover {
	text-decoration: none;
	color: #000000;
}
A:active {
	text-decoration: none;
	color: #000000;
}
hr {
	color: #b2b2b2;
	height: 1px;
	background-color: #b2b2b2;
}

h1 {
	font-family: OCR-A, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #e2007a;
	font-weight: normal;
}

html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	width: 100%;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #b2b2b2;
	text-align: left;
	line-height: 12px;
}
#wrapper {
	vertical-align: middle;
	width: 100%;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
}
#big {
	font-size: 36px;
	line-height: 32px;

}
#big p {
	margin-bottom: 5px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#small {

}
#bio p{
	font-size: 18px;
	line-height: 20px;
}
.black {
	color: #000000;
}

.black a {
	color: #000000;
	text-decoration: none;
}
.black a:hover {
	color: #000000;
	text-decoration: none;
}

