﻿body {
	font-family: Garamond, "Times New Roman", Times;
	color: rgb(0,0,128);
	background-image:url('images/bpgrn.gif');
}
a:active {
	color: rgb(0,100,0);
}
a:visited {
	color: rgb(0,100,0);
}
a:link {
	color: rgb(0,100,0);
}
a:active {
	color:blue
}
a:hover {
	color:blue
}
a:focus {
	color:blue
}
h1 {
	font-family: Verdana, Arial, Helvetica;
	text-align:center
}
h2 {
	font-family: Verdana, Arial, Helvetica;
	text-align:center
}
h3 {
	font-family: Verdana, Arial, Helvetica;
	text-align:center
}
h4 {
	font-family: Verdana, Arial, Helvetica;
	text-align:center
}
h5 {
	font-family: Verdana, Arial, Helvetica;
	text-align:center
}
h6 {
	font-family: Verdana, Arial, Helvetica;
	text-align:center
}
h1 {
	color: rgb(0,128,0);
}
h2 {
	color: rgb(0,128,0);
}
h3 {
	color: rgb(0,128,0);
}
h4 {
	color: rgb(0,128,0);
}
h5 {
	color: rgb(0,128,0);
}
h6 {
	color: rgb(0,128,0);
}