@charset "utf-8";
html{
	padding:0;
	margin:0;
	color: #FFFFFF;
}
.biggie {
	font-family: sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: underline;
}

.texty {
	font-family: sans-serif;
	font-size: 16px;
	color: #333333;
}

body{
	padding:0px;
	margin:0px;
	font-family: sans-serif;
	font-size:17px;
	color:#AE6119;
	overflow:auto;
	background-color: #FFFFFF;
}
a:link {
	font-family: sans-serif;
	font-size: 16px;
	color: #0066CC;
	text-decoration: underline;
}
