* {
	color: #484848;
	list-style-type: square;
	text-decoration: none;
	margin-top: 0;
	font-family: arial, tahoma;
	font-size: 12px;
	line-height: 115%;
	text-align: inherit;
	word-spacing: normal;
}

p {
  margin-top: 0em;
  margin-bottom: 1em;
}

A:link {text-decoration: underline}
A:visited {text-decoration: underline}
A:active {text-decoration: underline}
A:hover {
	text-decoration: underline;
	color: #629530;
}

