﻿.originaltext{
	font-style: italic;
	color: #FF0000;
}

.revisedtext{
	
}

.indent1 {
  margin-left: 40px;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 86%;
}


/* SETS HEADING PROPERTIES */

h1 {
	font-family: "Trebuchet MS", Arial, "Comic Sans MS", sans-serif; 
	color: #800000;  
	font-size: 22px; 
	font-weight: bold; 
}

h2 {
	font-family: "Trebuchet MS", Arial, "Comic Sans MS", sans-serif; 
	color: #800000; 
	font-size: 20px; 
	font-weight: normal; 
}

h3 {
	font-family: "Trebuchet MS", Arial, "Comic Sans MS", sans-serif;
	color: #800000;
	font-size: 18px;
	font-weight: normal;
}

h4 {
	font-family: "Trebuchet MS"; 
	font-size: 16px; 
	font-weight: normal; 
	color: #800000; 
}

h5 {
	font-family: "Trebuchet MS"; 
	font-size: 14px; 
	font-weight: normal; 
	color: #800000; 
}

h6 {
	font-family: "Trebuchet MS"; 
	font-size: 90%;
	font-weight: normal; 
	color: #800000; 
}


