p {
	font-family: arial, helvetica;
	font-size: 12px;
	color:#fff;
	}

.header1{
	font-size:18px;
	font-weight:bold;
	background:#222;
	color:#ff3;
	padding:3px
	}



li  {
	font-family: arial, helvetica;
	font-size: 12px;
	color:#fff;
	
	}



.testimonial {
	font-size: 16px;
	color:#fff;
	}

 a{
	color: #ff6;
	text-decoration:none;
	}


 a:visited{
	color:#ff6;
	text-decoration:none;
	}

 a:active{
	color:#ff0;
	text-decoration: underline;
	}


 a:hover{
	color:#ff0;
	text-decoration: underline;
	}


 a.m_home {
	height:33px;
	background: url(../images/m_home.jpg) no-repeat top left;
	text-decoration:none;
	}
	
 a.m_home:hover{
	height:33px;
	background: url(../images/m_home.jpg) no-repeat bottom left;
	}

 a.m_story {
	height:33px;
	background: url(../images/m_story.jpg) no-repeat top left;
	text-decoration:none;
	}
	
 a.m_story:hover{
	height:33px;
	background-position:bottom left;
	}
	

 a.m_services {
	height:33px;
	background: url(../images/m_services.jpg) no-repeat top left;
	text-decoration:none;
	}
	
 a.m_services:hover{
	height:33px;
	background-position:bottom left;
	}
	
 a.m_volunteer {
	height:33px;
	background: url(../images/m_volunteer.jpg) no-repeat top left;
	text-decoration:none;
	}
	
 a.m_volunteer:hover{
	height:33px;
	background-position:bottom left;
	}
	
	
 a.m_donate {
	height:33px;
	background: url(../images/m_donate.jpg) no-repeat top left;
	text-decoration:none;
	}
	
 a.m_donate:hover{
	height:33px;
	background-position:bottom left;
	}
	
 a.m_homeless {
	height:33px;
	background: url(../images/m_homeless.jpg) no-repeat top left;
	text-decoration:none;
	}
	
 a.m_homeless:hover{
	height:33px;
	background-position:bottom left;
	}
	
 a.m_wish {
	height:33px;
	background: url(../images/m_wish.jpg) no-repeat top left;
	text-decoration:none;
	}
	
 a.m_wish:hover{
	height:33px;
	background-position:bottom left;
	}

#mytext {
	padding:5px;
	margin: 0 30px;
	width:440px;
	height:335px;
	overflow:auto;
	}
	
#mywidetext {
	padding:5px;
	margin: 0 30px;
	width:830px;
	height:335px;
	overflow:auto;
	}
	
body {
	scrollbar-3dlight-color:#eee; 
	scrollbar-arrow-color:#fff; 
	scrollbar-base-color:#413936; 
	scrollbar-darkshadow-color:#eee; 
	scrollbar-face-color:#7E4E4A; 
	scrollbar-highlight-color:#7E4E4A; 
	scrollbar-shadow-color:#7E4E4A;
	} 	