/* CSS Document */

.style1 {
	color: #990000;
	font-style: italic;
}
.style2 {
	font-size: 120%;
	font-weight: bold;
	font-style: italic;
}
.style4 {
	font-size: 120%;
	color: #990000;
	font-style: italic;
	font-weight: bold; 
}
.small {
	font-size: 120%;
	line-height: 160%;
	margin-left: 20px;
}
