body, td, p, blockquote {
	font-family: verdana, arial, sans-serif; 
	font-size: 10px; 
	color: #4c1958;
	}
	
body { 
	background-color: #fff;
	}
	
h2 {
	font-family: verdana, arial, sans-serif; 
	font-weight: bold; 
	font-size: 16px; 
	color: #000;
	}
	
h3 {
	font-family: verdana, arial, sans-serif; 
	font-weight: bold; 
	font-style: italic; 
	font-size: 12px; 
	color: #4c1958;
	}

a:link, a:visited, a:active {
	text-decoration: none; 
	font-weight: bold; 
	color: #21616c; 
	}
	
a:hover {
	color: #4c1958;
	text-decoration: none;
	background: #fff;
	}

a.img:hover {
	background: none;
	}
	
p.intq {
	font-style: italic;
	font-weight: bold;
	}
	
a.paybutton {
	padding: 4px 8px;
	display: block;
	margin: 4px 0px;
	background: #fff;
	border: #4c1958 2px solid;
	color: #4c1958;
	}

a.paybutton:hover {
	color: #21616c; 
	}
	
#miracles {
	border: 1px solid #4c1958;
	background: #fff;
	}

.padded {
	padding: 4px 6px;
	}
	
td.pricehead, td.price1, td.price2 {
	border: 1px solid #4c1958;
	padding: 4px 6px;
	text-align: center;
	}

td.pricehead {
	font-weight: bold; 
	text-transform: uppercase;	
	background: #fff;
	}

td.price1, td.price2 {
	font-weight: bold;
	}
	
td.price1 input, td.price2 input {
	margin-top: 4px;
	}
	
td.price1 {
	background: #ffccff;
	}
	
td.price2 {
	background: #ffcccc;
	}

.alignright {
	text-align: right;
	margin-left: 24px;
	margin-bottom: 12px;
	float: right;
	}
