body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
a:link {
	font-weight: bold;
	color: #FF6633;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #CC3399;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #339966;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #0099CC;
	text-decoration: none;
}
.boldorange {
	font-weight: bold;
	color: #FF6633;
}
.boldblue {
	font-weight: bold;
	color: #0099CC;
}
.boldgreen {
	font-weight: bold;
	color: #33CC66;
}
.boldpink {
	font-weight: bold;
	color: #CC3399;
}
.smallfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
