@font-face {
    font-family: 'DroidSerif-Regular';
    src: url('DroidSerif-Regular-webfont.eot');
    src: url('DroidSerif-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('DroidSerif-Regular-webfont.woff') format('woff'),
         url('DroidSerif-Regular-webfont.ttf') format('truetype'),
         url('DroidSerif-Regular-webfont.svg#DroidSerif-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3 {
	font-family:'DroidSerif-Regular',Georgia,serif;
	font-weight: normal;
}

h1 {
	margin-bottom: 20px;
	margin-top:40px;
	font-size:32px;
	line-height:32px;
}

h2 {
	margin-bottom: 20px;
	margin-top:35px;
	font-size:26px;
	line-height:26px;
}

h3 {
	margin-bottom: 15px;
	margin-top:30px;
	font-size:22px;
	line-height:22px;
}