﻿body {
	margin: 0px;
	padding: 20px 30px;
	background: #C1FFC1;
	font: 62.5% "Lucida Grande", "Lucida Sans Unicode", Sans-Serif;
	color: #000;
	text-align: left;
	font-size: 1.2em;
	line-height: 150%;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-style: normal;
	font-weight: bold;
	background: transparent;
	color: #050d24;
	}

h1 {
	font-size: 2.2em;
	}
h2 {
	font-size: 1.4em;
	}
h3, h4, h5, h6 {
	font-size: 1em;
	}

a:link, email_address {
	color: #2f63b3;
	text-decoration: underline;
	}
a:visited {
	color: #2f63b3;
	text-decoration: underline;
	}
a:hover {
	color: #4a5265;
	text-decoration: underline;
	}
a:active {
	color: #2f63b3;
	text-decoration: underline;
	}
