﻿<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
<meta http-equiv="Content-Language" content="en-us" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled 1</title>
<style type="text/css">
.ma-normal {
	font-family: Tahoma;
	font-size: small;
}
.ma-bold {
	font-family: tahoma;
	font-size: small;
	font-weight: bold;
	color: #000000;
}
.ma-normal2 {
	font-family: Tahoma;
	font-size: small;
	color: #000000;
}
.ma-large {
	font-family: tahoma;
	font-size: x-small;
	font-weight: bold;
	color: #000000;
}
.ma-smallbold {
	font-family: tahoma;
	font-size: x-small;
	font-weight: bold;
	color: #000000;
}
</style>
</head>

<body>

<p><span class="ma-normal">Normal text</span></p>
<p><span class="ma-bold">Normal text</span></p>

</body>

</html>
