body
{
	color: black;
	font: 10pt "Arial", serif;
	background: white;
}

#banner, #main-menu, #range, #leftCol, #footer
{
	display: none;
}

#header h1 a:link { font-size:10px}

a:link,
a:visited
{
	color: blue;
	text-decoration: underline;
}

#container a:link:after,
#container a:visited:after
{
	content: " (" attr(href) ") ";
}

#container a[href^="/"]:after {
   content: " (http://www.varanz.com" attr(href) ") ";
   }


.baby {
	background-image: url(../../images/baby-background.jpg);
	background: url(../../images/baby-background.jpg);
}
