﻿/* CSS layout */
span.new     {
	text-decoration: underline;
	color: #008000;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: larger;
}
span.old     { 
	text-decoration: line-through; 
	color: #FF0000; 
	font-style: italic; 
}
span.notes	{
		font-weight: bold;
		color:maroon;
}