
.small {
	font-family: Arial;
	font-size: small;
		color: #003300;
		margin:5px;
		text-align:justify
}
.smaitl {
	font-family: Arial;
	font-size: small;
	font-style:italic;
		color: #003300;
}
.med {
	font-family: Arial;
	font-size: medium;
	font-weight: bold;
	color: #003300;
}
.smallb {
	font-family: Arial;
	font-size: small;
		color:#990000;
		font-weight: bold;
		}
		
		.smallcop {
	font-family: Arial;
	font-size: small;
		color: :#663300;
		text-align:justify
}