body{
	}

img {
	float: right; border: 2px solid yellow;}

h1 {color:blue; font-family: Tahoma, "Times New Roman";}

p { font-family: Tahoma, "Times New Roman";}

#prayertype{ color:red; font-weight: bold;}

table{
	border: 2px solid yellow;
	font: 20px "arial black";}

td{
	border: 2px inset blue;
	align: center;
	text-align: center;}

a:link{color:silver}
a:visited{color:gray}
a:active{color:blue}
a:hover{color:red}


#reference {
	position: absolute;
	bottom: 10px;
	right: 12em;
	color:blue;
	font-size: 10px;}

