@charset "UTF-8";

/*CSS Copyright Andy Sherman*/

html {
	overflow-y: scroll;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #737373;
	text-align: center;
}

/*Links*/

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #F60;
}

a:active {
	text-decoration: none;
}

.pre-line {
	white-space: pre-line;
	text-align: left;
}