@charset "utf-8";
/* CSS Document */

.style1 {
	font-size: xx-large;
	font-weight: bold;
	color: #006600;
}
.style2 {font-size: large
}
.style4 {
	font-size: small;
	font-style: italic;
	font-weight: bold;
}

.style5 {font-size: x-large; color: #006600; font-weight: bold; 
}

.style6 {color: #006600}

a:link {
	color: #FFFFFF;
}

a:visited {
	color: #FFFFFF;
}

a:active {color: #FFFFFF;
}


-->





