@font-face {
  font-family: SketchRockwell;
  src: url('font/RomanSerif.ttf');
}
.my_CSS3_class {
  font-family: SketchRockwell;
  font-size: 3.2em;
}

.font_roman_heading {
	font-family: RomanSerif;
	font-size: 30px;
	color: #00446a;
}
.font_roman_heading_larger {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #00446a;
}
.font_medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666;
}
.font-whiteheading {
	font-family: Helvetica;
	font-size: 40px;
	font-weight: normal;
	color: #000;
}
.font-whiteheading2 {
	font-family: Helvetica;
	font-size: 22px;
	color: #666;
	line-height: 28px;
}
.font-whitesubheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666;
	line-height: 24px;
}
