
body { 
		color: black; 
		font-style: normal; 
		font-size: 12pt; 
		line-height: normal; 
		font-family: FontName, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
		}
a:link  { color: red; text-decoration: none;  }
a:active  { color: red; text-decoration: none;  }
a:visited  { color: red; text-decoration: none;  }
a:hover  { color: red; cursor: pointer; text-decoration: underline; }

