Body 
{  
background-image: url('images/Babies_Edge.gif'); 
background-repeat: repeat-x; 
}

address {text-align: center;}
p {color: rgb(25,12,5)}

a:link
{
	font-weight: bold;
	color: rgb(25,12,5); 
}
a:visited
{
		font-weight: bold;
		color: rgb(148,47,65); 
} 
a:active 
{
		font-weight: bold;
		color: rgb(240,0,120);
}
h1.first 
{
        margin-left: 234px;
        font-weight: bold;
        font-size: 14pt;
	    color: rgb(25,12,5);
	    text-align: center;
        
}
H3
{
        font-weight: bold;
        font-size: 12pt;
	    color: rgb(110,91,76);
	    text-align: center;
}