/* styles for moxie's page */
/*  COLORS:
		dk red: ac3539
		green:  659b67
		cream:  e2d2b9
		orange: de562c
*/
body, p, td, ul, li, center, strong, div {
	font-family: arial, sans-serif;
	font-size: 1.2rem;
}

	ul li {
		line-height: 1.8;
	}

A {
	color: #ac3539;
}

	A:visited {
		color: #000000;
	}

	A:active {
		color: #de562c;
	}

	A:hover {
		color: #de562c;
	}


.title_page {
	color: #ffffff;
	font-size: 38px;
	font-weight: bold;
	font-family: arial rounded mt bold, verdana, arial, sans-serif;
}

.subtitle_1 {
	font-weight: bold;
	color: #ac3539;
}

.subtitle_2 {
	font-weight: bold;
	color: #de562c;
}

.subtitle_3 {
	font-weight: bold;
	color: #3e5e3f;
}

.bodytext_small {
	font-size: 11px;
}

.bodytext_color_1 {
	color: #ac3539;
}

.bodytext_color_2 {
	color: #de562c;
}

.bodytext_color_3 {
	color: #3e5e3f;
}

.signature {
	color: #ac3539;
	font-size: 0.9rem;
	font-weight: bold;
	font-style: italic;
	padding-right: 100px;
}
