/* CSS Document */

body	{
	background:#ecf2d9;
	/*background-image:url(images/bgtextureBubbles.jpg);*/
}

body	{
	font-family:Trebuchet MS, Comic Sans MS, Verdana, sans serif; 
	font-size:12pt;
	color:#164d40;
}

.footer	{
	font-size:9pt;
	text-align:center;
}

.heading {
	font-size: 18pt;
	color: #732638;
}

.headingBold {
	font-size: 18pt;
	font-weight: bold;
	color: #732638;
}

a:link {
	text-decoration: none;
	color:#164d40;
}

a:hover {
	text-decoration: underline;
	color:#d92653;
}

a:visited {
	text-decoration: none;
	color:#732638;
}

a:active {
	text-decoration: none;
	color:#9f8cd9;
}

/* color scheme
Primary 	#b3e616
Background	#ecf2d9
Text		#194d40
Secondary	#9f8cd9
Headings	#732638
Highlights	#d92653
*/
