.redtext {
	color: #FF0000;
	font-size: medium;
	font-weight: normal;
}
.smalltext {
	font-size: xx-small;
	font-weight: normal;
}
.largetext {
	font-size: x-large;
	font-weight: bold;
}
.mediumtext {
	font-size: medium;
	font-weight: normal;
}
.boldtext {
	font-weight: bold;
}
.contentbox {
	border: thin solid #CCCCCC;
	padding: 1px;
}