/* rc.css?version=1.2 */

body { 
	font-family: Arial; 
	font-size: 18px; 
	margin-top: 50px; 
	margin-left: 10px;
	background-color:white;
}

a { color: blue; }
a:visited { color: blue; }

.prayerTable td:first-child { width: 20px; text-align: center; }
.prayerTable td { vertical-align: top; padding: 2px; }

.b { font-weight: bold; }
.i { font-style: italic; }
.u { text-decoration: underline; }
.n { text-decoration: none; font-weight:normal; font-style: normal; }

.bb { border-bottom: 1px solid #ababab; }
.bt { border-top: 1px solid #ababab; }

.pr7 { padding-right: 7px; }
.pl7 { padding-left: 7px; }
.pt7 { padding-top: 7px; }
.pb7 { padding-bottom: 7px; }

.al { text-align: left; }
.ac { text-align: center; }
.ar { text-align: right; }

.vac { vertical-align: middle; }

.novenaTable td, th { padding: 5px; border-radius: 5px; }
.ntw1 { width: 70px; }
.ntw2 { width: 100px; }

.headerDiv { 
	position: fixed; 
	top: 0px; 
	left: 0px; 
	background-color: navy; 
	color: #cdcdcd;
	height: 45px; 
	width: 100%; 
	vertical-align: center;
	font-weight: bold;
}

.fakeHref:hover { cursor: pointer; opacity: .5 }
#divCandle { color:gold; font-weight: bold; }
