body {
	font-family:Times;
	font-size: 115%;
}

.norm {
	font-family: Times;
	font-size: 115%;
}

.normbold {
	font-family: Times;
	font-weight: bold;
}

.normitalic {
	font-family: Times;
	font-style: italic;
}

.noserif {
	font-family: Arial;
}

.noserifmiddlebig {
	font-family: Arial;
	font-size: 120%;
}

.noserifbig {
	font-family: Arial;
	font-size: 150%;
}

.noserifverybig {
	font-family: Arial;
	font-size: 180%;
	font-weight: bold;
}

.verybig {
	font-family: Times;
	font-size: 200%;
	font-weight: bold;
}

.headfont {
	font-family: Times;
	font-size: 200%;
	font-weight: bold;
}

.big {
	font-family: Times;
	font-size: 150%;
	font-weight: bold;
}

.small {
	font-family: Times;
	font-size: 80%;
}

.mediumbig {
	font-family: Times;
	font-size: 125%;
}

.mediumsmall {
	font-family: Times;
	font-size: 105%;
}


.test {
	font-size: 500%;
	color: red;
}


