@charset "UTF-8";

IMG.displayed {
display: block;
margin-left: auto;
margin-right: auto;
}

.text {
font-family:Georgia, "Times New Roman", Times, serif;
text-align:center;
}

h3:hover span {
	display: none;
}

h3 span.onhover {
	display: none;
}


h3:hover span.onhover {
	display: inline;
}
