body {
	background: white;
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: "Times New Roman", "Times", serif;
	font-size: 100%;
	color: black;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.small {
	font-size: 12px;
}
.smallGray {
	font-size: 12px;
	color: #999999;
}
.themename {
	font-style: italic;
	font-weight: bold;
}

a:link {
	color: #939;
}
a:visited {
	color: #C3C;
}
a:hover {
	color: #EA672B;
}
