﻿@charset "utf-8";
/*
CSS for St. Jude child pages
*/
body
{
	font-family:"Times New Roman", Times, serif;
	background-image: url('sumtextb.jpg');
	color: #000080;
}
#navigation {
border:1px navy solid;
background-color:white;
font-family:Georgia, "Times New Roman", Times, serif;
color:navy;
text-align:center;
margin-left:auto;
margin-right:auto;
width:70%;

}

#content  {
	margin-left:auto;
	margin-right:auto;
	width:990px;
	background:white;
	border-width:2px;
	border-style:solid;
	border-color:teal;
}
