/*==============================================================================
	DEFAULT STYLES FOR CONTENT
==============================================================================*/

body {
	font-size: 70%;
	font-family: verdana, arial, sans-serif;
	color: #145427;
	line-height: 1.5em;
}

p {
	margin-top: 0;
}

h2 {
	margin-bottom: 0;
	font-size: 1.2em;
}

h3 {
	margin-bottom: 0;
	font-size: 1em;
}

p.strong {
	margin: 0;
	font-size: 1.2em;
	font-weight: bold;
}

address {
	font-weight: bold;
	font-style: normal;
}

a {
	color: #FF0000;
}

a:hover {
	color: #63BB53;
	text-decoration: none;
}
