/*h1 {
	color: #000000;
	font-size: 11px;
	font-family: MyFont1;
}
h2 {
	color: #313131;
	font-size: 14px;
	font-family: MyFont1 (Bold);
}*/
	
.italicText {
	font-style: italic;
}
.boldText {
	font-weight: bold;
}
