.body { 
  margin-top: 12px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px
}
.a { /* defines how email links look like */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #009933;
}

a:link, a:visited, a:active { /* Normally the links are not underlined (no text decoration) */
  text-decoration: none;
}

a:hover { /* ...but links underline themselves when mouse points to them */
  text-decoration: underline;
}
.b { /* defines how page links look like */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #009933;
}

b:link, a:visited, a:active { /* Normally the links are not underlined (no text decoration) */
  text-decoration: none;
}

.content { /* used within table cells <td class="content"> to enable style definitions there */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #009933;
}