
/* font styles */
a:link {
	color: #0066CC;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #339900;
}

b{font-size: 110%;}

em{color: red;}

.style3 {
	color: #9c3016;
	font-weight: bold;
	font-size: 120%;
}
.style4 {
	color: #669900;
	font-weight: bold;
	font-size: 110%;
}
.style6 {
	color: #9c3016;
	font-weight: bold;
}
.style7 {font-size: small}
