body {
  background: url("http://www.tamegoeswild.com/trailwalker/images/bg-main.jpg") top center;
  background-color: #669922;
	
}	
.mumble_title_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	}	
.mumble_title_grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	
}
.mumble_title_grey-14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	
}
.mumble_date {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #6666FF;
	
}

.no-underline {  
	font-family: tahoma, 'Trebuchet MS', lucida, helvetica, sans-serif;
	font-size: 70%;
	color: #555544;
	text-decoration:none}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.mumble_black {
	font-family: tahoma, 'Trebuchet MS', lucida, helvetica, sans-serif;
	font-size: 85%;
	color: #000000;
}

.mumble_white {
	font-family: tahoma, 'Trebuchet MS', lucida, helvetica, sans-serif;
	font-size: 85%;
	color: #FFFFFF;
}
.team_members {
	font-family: tahoma, 'Trebuchet MS', lucida, helvetica, sans-serif;
	font-size: 85%;
	color: #0000000
}

/* Default links 	*/

a:link, a:visited {

  text-decoration: none;
  color: #669922;
  background: transparent;
}

a:hover {

  text-decoration: underline;
  color: #88bb22;
  background: transparent;
}

a:active {

  text-decoration : none;
  color: #88bb22;
  background: transparent;
}

/* Variable definitions
   ====================
 
   <Variable name="mainTextColor" description="Text Color"
             type="color" default="#555544" value="#555544">
   <Variable name="pageHeaderColor" description="Blog Title Color"
             type="color" default="#ffffee" value="#ffffee">
   <Variable name="blogDescriptionColor" description="Blog Description Color"
             type="color" default="#ffffee" value="#ffffee">
   <Variable name="linkColor" description="Link Color"
             type="color" default="#669922" value="#669922">
   <Variable name="hoverLinkColor" description="Link Hover Color"
             type="color" default="#88bb22" value="#88bb22">
   <Variable name="dateHeaderColor" description="Date Header Color"
             type="color" default="#555544" value="#555544">
   <Variable name="sidebarHeaderColor" description="Sidebar Title Color"
             type="color" default="#555544" value="#555544">
   <Variable name="sidebarTextColor" description="Sidebar Text Color"
             type="color" default="#555544" value="#555544">

   <Variable name="bodyFont" description="Text Font" type="font"
             default="normal normal 100% tahoma, 'Trebuchet MS', lucida, helvetica, sans-serif" value="normal normal 100% tahoma, 'Trebuchet MS', lucida, helvetica, sans-serif">
*/