/*******************************************************************************

*******************************************************************************/

body, div, span, p, ul, li, ol, img {
	margin: 0;
	padding: 0;
	border: 0px;
}

body {
	color: black;
}

h1, h2, h3 {
	text-transform: uppercase;
	font-weight: normal;
	color: #549900;
}

p, ul, ol {
	line-height: 1.4em;
	text-align: justify;
}

li {list-style-type: none;}

a { color: black; text-decoration:none; }

a:hover { text-decoration:none; }

