.styletest {
	border: 1px solid #00CCFF;
}
.limn {
	border: 1px dotted #00CCFF;
}
.strikethrough {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #FF0000;
	text-decoration: line-through;
	border: 1px solid #00CCFF;

}

