/* page */
BODY {
	margin-top: 10px;
	background-color: #FEEEF1;

}

P {
	margin: 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	font-weight: normal;}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	color: #F74C71;
	margin: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	font-weight: lighter;
	color: #68443E;
	margin-right: 10px;
	margin-left: 10px;
}
a:link {color: #006633; text-decoration: underline; }
a:visited {color: #006633; text-decoration: underline; }
a:hover {color: #F74C71; text-decoration: underline; }
a:active {color: #006633; text-decoration: underline;}

/* navigation */
.nav {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

a.nav:link {color: #FFFFFF; text-decoration: none; }
a.nav:visited {color: #FFFFFF; text-decoration: none; }
a.nav:hover {color: #FFFFFF; text-decoration: underline; }
a.nav:active {color: #FFFFFF; text-decoration: none;}

.over { background-color: #F64E72;
}

/* body section */
a.content:link {color: #000000; text-decoration: underline; }
a.content:visited {color: #000000; text-decoration: underline; }
a.content:hover {color: #000000; text-decoration: underline; }
a.content:active {color: #000000;text-decoration: underline;}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #F40000;
}

div#copyright, div#copyright a {
	text-align: center;
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 7pt;
}
