@charset "UTF-8";
/* CSS Document */

em{
	font-style: italic;
}
strong{
	font-weight: bold;
}
p{
	margin-bottom: 1em;	
}