/* tutorial.css */

cite.book {
	font-style: italic;
	font-weight: bold;
	color: blue;
	background-color: white;
}

i.foreign {
	font-style: italic;
	font-weight: bold;
	color: red;
	background-color: #99ff99;
}

i.specimen {
	font-style: italic;
	font-weight: bold;
	color: white;
	background-color: #00bb00;
}

i.technical {
	font-style: italic;
	font-weight: bold;
	color: #00bb	00;
	background-color: white;
}

div.centered {
	text-align: center;
}

span.highlighted {
	font-weight: bold;
	color: black;
	background-color: yellow;
}

#xhtml, #css {
	float: left;
	border: none;
}

