@charset "utf-8";
/* CSS Document */
body { 
	margin: 0;
	background:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
	color:#000;
}

.text { 
	font-family: Verdana, Tahoma, Arial; 
	font-size: 90%;
	color: #000000; 
}

.text a:link { 
	color: #000000; 
	text-decoration: underline; 
}

.text a:active { 
	color: #000000; 
	text-decoration: underline; 
}

.text a:visited { 
	color: #000000; 
	text-decoration: underline;  
}

.text a:hover { 
	color: #000000; 
	text-decoration: none; 
	font-weight: bold; 
}

.bio	{
	margin: 25px;
}

#nav-bkground	{
	background-image: url(../navigation/little_star.jpg);
	background-repeat:no-repeat;
	background-position: bottom right;
}

#mamas-activities	{
	background-image:url(../images/bottom-of-pg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

#mamas-activities .title {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 125%;
	color: #026a95;
	font-weight: bold;
}

.copyright { 
	text-align: right; 
	font-family: Verdana, Tahoma, Arial; 
	font-size: 10px; 
	color: #000000; 
}

.copyright a:link { 
	color: #000000; 
	text-decoration: none 
}

.copyright a:active { 
	color: #000000; 
	text-decoration: none 
}

.copyright a:visited { 
	color: #000000; 
	text-decoration: none 
}

.copyright a:hover { 
	color: #000000; 
	text-decoration: underline 
}

