
BODY{margin-top : 5%;margin-left : 5%;margin-right : 5%;margin-bottom : 5%;width : auto;height : auto;
	background-color : #fdfeda;
}
H1{color : olive;font-size : x-large;text-align : center;}
H2{color : red;font-size : large;
  margin-left : 5%;
}
H3{color : navy;font-size : medium;
  margin-left : 10%;
}
P{background-color : #fafafa;}
PRE{overflow : auto;}
A:HOVER{
  color: #663300;
  text-decoration: underline;
  font-style : italic;
}

.highlight{
  background-color : #FF9966;
}
.normal{
  background-color : white;
}
.shade{
  background-color : #EEEEEE;
}

.add{font-weight : bold;color : navy;}
.change{font-style : italic;color : green;}
.remove{color : red;
  text-decoration : line-through;
}
.addedThenRemoved{color : brown;
  text-decoration : line-through;
}
.new{font-weight : bold;color : navy;}
.onlyChange{font-style : italic;color : green;}

