@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(bdd_bg.jpg);
	margin-top: 5%;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #380b7d;
	font-size: large;
	line-height:inherit;
	font-weight:100;
	}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006600;
	font-size: small;
	line-height:inherit;
}

.style1purple {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #380b7d;
	font-size: small;
	line-height:inherit;
}
a:link {
	color: #380b7d;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
a:active {
	text-decoration: none;
}

.a2green:link {
	color: #006600;
	text-decoration: none;
}
.a2green:visited {
	color: #006600;
	text-decoration: none;
}
.a2green:hover {
	text-decoration: none;
	color: #FF9900;
}
.a2green:active {
	color: #006600;
	text-decoration: none;
}

.style4 {
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #A8DC3C;
}
