h1 {
	font-size: 22px;
	font-style: normal;
	line-height: 24px;
}

h2 {
	font-size: 22px;
	font-style: normal;
	line-height: 24px;
}

h3 {
	font-size: 18px;
	font-style: normal;
}

h4 {
	font-size: 12px;
	font-style: normal;
	margin-bottom: 10px;
}

h5 {
	font-size: 10px;
	font-style: normal;
}

.lightgrey {
	color: #aeaeae;
}

.darkgrey {
	color: #797979;
}

.white {
	color: #fff;
}

.yellow {
	color: #fffbcf;
}

.large {
	font-size: 14px;	
}

.larger {
	font-size: 18px;	
}

.small {
	font-size: 10px;	
}

.smaller {
	font-size: 8px;	
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}