body {font-family: Arial, Helvetica, sans-serif;}

.body:link {
    text-decoration: underline;
    color: #003366; 
}

.body:visited {
    text-decoration: underline;
    color: #6699CC;
}

.bread {
	color: #000000;
	font-weight: bold;
	font-size: 13px;  
	text-decoration: none;	
}


img.home {
	border: 2px solid #003366;
}

td.home {
	color: #ffffff;
	text-align: left;
	font-size: 80%;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-transform: capitalize;
	background-color: #003366;
}

img.daycare {
	border: 2px solid #660000;
}

td.daycare {
	color: #ffffff;
	font-size: 80%;
	text-align: left;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-transform: capitalize;
	background-color: #660000;
}

a.bread:hover {
	color: #000000;
	text-decoration: underline;	
}
div.title {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 30px; 
	text-align: center;
	text-transform: none;
}

#bottom {
	font-size: 80%; 
	color: #000000;
	text-align: right;	
}

h1,h2, p, ol {color: #000000;}

h1 {font-size: 175%; font-weight: bold;}
h2 {font-size: 125%; font-weight: bold;}
p, ol {	font-size: 100%;}

.printshow {display: none;}
