/* CSS Document */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, img, div { margin: 0; padding: 0; border: 0; }

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 17px;
text-align: center;
background-image:url(pastel.jpg); 
}
h1, h2, h3, a { 
color: #0066FF; 
text-decoration: none; 
}
#content {
width: 600px;
margin: 0 auto;
line-height: 25px;
text-align:center;
text-indent: 25px;
}

p:first-letter {
	font-size:120%;
	color:#000000;
	text-transform:uppercase;
	}
	
#content:first-letter {
	font-size:120%;
	color:#000000;
	text-transform:uppercase;
	}
	
#login {
margin: 0 auto;
width: 300px; 
}
.margintop {
padding-top: 70px;
}
.center {
text-align: center;
}
.left {
text-align: left;
}
#prayerlist {
border-left: 1px solid black;
border-top: 1px solid black;
width: 80%;
}
#prayerlist td {
border-bottom: 1px solid black;
border-right: 1px solid black;
height: 50px;
padding: 7px;
}
#prayerlist .head {
font-weight: bold;
}
