﻿body
	{
	color: black;
	margin:0px; padding:0px;
	}	

	#bodytext
	{
	position: absolute;
	padding: 10px;
	font-family: calibri;
	
	}
	
	
/*NAVIGATION MENU STYLES*/
a.menu:link{color: #4c6b38;
	font-size: 130%;
	text-decoration: none;
	font-family: calibri;}

a.menu:visited{color: #4c6b38;
	font-size: 130%;
	text-decoration: none;
	font-family: calibri;}
a.menu:focus {color: #4c6b38;}  /* selected link */
a.menu:hover{color: gray}
a.menu:active {color: #4c6b38;}  /* selected link */


	


/*BODY STYLES*/
a.link
	{
	color: #345877;
	text-decoration: none;
	font-family: cambria;
	}
a.link:hover
	{
	color: black;
	}

a.footer
	{
	font-size: 90%;
	color: white;
	text-decoration: none;
	font-family: cambria;
	}
a.footer:hover
	{
	color: #345877;
	}	
	
	
.title
	{
	font-size: 135%;
	font-weight: bold;
	color: gray;
	}

span.bold
	{
	font-weight: bold;
	}
.para
	{color: #345877;}
.donate{font-size: 85%;}