body {
	font-family: Arial, Verdana, "Times New Roman";
	font-size: 12px;
	color: #333333;
	background-color: #FFCCFF;
}
a {
	font-family: Arial, Verdana, "Times New Roman";
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.copyright {
	font-family: Arial, Verdana, "Times New Roman";
	font-size: 10px;
	color: #999999;
}
.itemheader {
	font-size: 14px;
	font-weight: bold;
}
.pageheader {
	font-size: 16px;
	font-weight: bold;
}
a:hover {
	font-family: Arial, Helvetica, "Times New Roman";
	font-weight: bold;
	text-decoration: underline;
}

.border {
	border: 1px solid black;
}