@charset "UTF-8";

body {
	background-color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

.Text {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #70972C;
	}

.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	}

.body-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	}

.footer-text {
	font-family: Arial, Helvetica,;
	font-size: 11px;
	line-height: 14px;
	color: #77392A;
	}

a:link { color: #70972C; }
a:visited { color: #77392A; } 
a:hover { color: black; } 


