@CHARSET "ISO-8859-1";


.highlight {
	background-color:			#FFFFCC;
}


.bold {
	font-weight:				bold;
}


.italic {
	font-style:					italic;
}


.underline {
	text-decoration:			underline;
}


.strike {
	text-decoration:			line-through;	
}


.center {
	text-align:					center;
}


.padding {
	padding:					8px;
}

.error {
	color:						red;
}

.blue {
	color:						blue;
}
