/* St. John's Children's Hospital CSS --> Teens */

body 				{	margin-left: 0px;
						margin-top: 0px;
						margin-right: 0px;
						margin-bottom: 0px;
						background-image:url('../images/layout/template/bkg.jpg'); }
						
IMG					{	border:none; }

.pt10				{	font-family: Tahoma;
						font-size: 10px;
						color: #757575; }

.pt11				{	font-family: Tahoma;
						font-size: 12px;
						color: #757575; }
						
.pt11black			{	font-family: Tahoma;
						font-size: 12px;
						color: #000000; }
						
.pt14				{	font-family: Tahoma;
						font-size: 14px;
						color: #757575; }

A.body:link 		{	color: #5891BF;
						text-decoration: none; }				
A.body:hover 		{	color: #5891BF;
						text-decoration: underline; }
A.body:visited		{	color: #5891BF; }
A.body:active		{	color: #04DBCE; }

A:link 				{	text-decoration: none;}  		/* for unvisited links */
A:hover 			{	text-decoration: underline;}
A:visited 			{	text-decoration: none;} 		/* for visited links */
A:active 			{	} 								/* when link is clicked */


