/* CSS Document */


.style1 {
	color: #FF0000;
	font-style: italic;
}

.style2 {color: #FF0000}

.style3 {
	color: #009900;
	font-weight: bold;
}



