/*  Highland Park Baptist Church Screen style sheet 
    Updated: 4/19/08 John Hastings
*/ 
body 
{
	font-family : Arial, Helvetica, Arial, Sans-Serif; 
	font-size : 12px; 
	background-color: #EFEFEF; 
	margin-top:5px;margin-left:5px;
	text-align: center;
	
}
/*	min-width: 850px; */

#wrapper {
/*	width: 70%; */
	width: 820px;
	margin: 0 auto;
	text-align: left;
}

td
{
	color:black;
	font-family : Arial, Helvetica, Arial, Sans-Serif; 
	font-size:12px;
	font-weight:normal;
	margin-left:5px;
	margin-bottom:5px
	line-height:12px;
	valign:top;
}

a
{
	color:#2474B0;
	font-family : Arial, Helvetica, Arial, Sans-Serif; 
	font-size:12px;
	text-decoration:none;
	font-weight:bold
}

a:hover
{
	color:#084994;
	font-family : Arial, Helvetica, Arial, Sans-Serif; 
	font-size:12px;
	text-decoration:none;
	font-weight:bold
}

/* From Worship.htm */

td.body {
	color:black;
	font-size:12px;
	font-weight:normal;
	margin-left:5px;
	valign:top;
	line-height:14px;
}
a.side {
	color:#2474B0;
	text-decoration:none;
}
a.side:hover {
	color:#084994;
	text-decoration:none;
}
a.body {
	color:#2474B0;
	text-decoration:none;
	font-weight:bold
}
a.body:hover {
	color:#084994;
	text-decoration:none;
	font-weight:bold
}
