/* Overall Style for Footsteps through Lent */
/* If you are reading this, then frankly you're a bit of a geek. But you're in good company so don't worry :) */

html {
	height: 100%; 
	width: 100%; 
}

body {
	font-family: Garamond; 
	color: lightgray;
	font-size: 14pt;
    background-color: black;
}

a {
	color: blue;
}
a:link {
	text-decoration:none;
	color: orange;
}
a:hover {
	text-decoration:none;
	color: maroon;
}
a:visited {
	text-decoration:none;
	color: orange;
}
a:visited:hover {
	text-decoration:none;
	color: maroon;

}

div {
	background-color: transparent;
}

td {
	background: transparent;
	text-align: center;
	font-family: Garamond; 
	color: lightgray;
	font-size: 14pt;
}

p.maintitle {
	text-align: left;
	font-family: Garamond; 
	color: white;
	font-size: 24pt;
}

p.subtitle {
	text-align: right;
	font-family: Garamond; 
	color: white;
	font-size: 18pt;
}

p.psubtitle {
	text-align: right;
	font-family: Garamond; 
	color: white;
	font-size: 14pt;
}

p.bottom {
	text-align: center;
	font-family: Garamond; 
	color: gray;
	font-size: 10pt;
}

p.date {
	text-align: right;
	font-family: Garamond; 
	color: gray;
	font-size: 10pt;
}

p.normaltext {
	text-align: center;
	font-family: Garamond; 
	color: white;
	font-size: 13pt;
}

p.bodyrefl {
	text-align: center;
	font-family: tahoma; 
	color: white;
	font-size: 13pt;
}

p.normalleft {
	text-align: left;
	font-family: Garamond; 
	color: white;
	font-size: 13pt;
}

p.scripture {
	text-align: center;
	font-family: Times New Roman; 
	color: white;
	font-size: 18pt;
}

p.prayer {
	text-align: center;
	font-family: Times New Roman; 
	color: white;
	font-size: 14pt;
}

p.challenge {
	text-align: center;
	font-family: Times New Roman; 
	color: white;
	font-size: 16pt;
}

p.rightlink {
	text-align: right;
	font-family: Arial; 
	color: white;
	font-size: 16pt;
}

img {
	border: 0;
	padding: 0;
}