/*-----------------------------------------------------*/
/*     NEW/FULL MOON FORECAST STYLES     */
/*-----------------------------------------------------*/


/* ----- NEW-MOON ----- */
td.newmoonhoroscope {
	padding: 0 25px 0 0;
	vertical-align: top;
	}
td.newmoonhoroscope h2 {
	font-size: 115%;
	font-weight: bold;
	font-family: verdana,arial,sans-serif;
	font-style: normal;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 5px;
	color: indigo;
	}
td.newmoonhoroscope h3 {
	font-size: 1.35em;
	font-weight: bold;
	font-family: times new roman,serif;
	font-style: italic;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 5px;
	color: olive;
	}
td.newmoonhoroscope h4 {
	font-size: 80%;
	font-weight: bold;
	font-family: tahoma,arial,sans-serif;
	font-style: normal;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 5px;
	color: black;
	}
td.newmoonhoroscope p {
	font-size: 10pt;
	font-family: tahoma,arial,serif;
	font-style: normal;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 20px;
	}
td.newmoonhoroscope p.notifyupdate {
	font-family: Tahoma,Arial,sans-serif; 
	font-size: .9em; 
	font-weight: normal;
	color: black;
	text-align: left; 
	margin-top: 0px; 
	margin-bottom: 10px; 
	}
td.newmoonhoroscope p.context {
	font-size: .85em;
	text-align: center; 
	margin-top:5px; 
	margin-bottom:5px;
	font-style: italic;
	}


/* ----- FULL-MOON ----- */
td.fullmoonhoroscope {
	padding: 0 0 0 25px;
	vertical-align: top;
	}
td.fullmoonhoroscope h2 {
	font-size: 115%;
	font-weight: bold;
	font-family: Verdana;
	font-style: normal;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 5px;
	color: indigo;
	}
td.fullmoonhoroscope h3 {
	font-size: 1.35em;
	font-weight: bold;
	font-family: times new roman,serif;
	font-style: italic;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 5px;
	color: olive;
	}
td.fullmoonhoroscope h4 {
	font-size: 80%;
	font-weight: bold;
	font-family: tahoma,arial,sans-serif;
	font-style: normal;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 5px;
	color: black;
	}
td.fullmoonhoroscope p {
	font-size: 10pt;
	font-family: tahoma,arial,serif;
	font-style: normal;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 20px;
	}
td.fullmoonhoroscope p.notifyupdate {
	font-family: Tahoma,Arial,sans-serif; 
	font-size: .9em; 
	font-weight: normal;
	color: black;
	text-align: left; 
	margin-top: 0px; 
	margin-bottom: 10px; 
	}
td.fullmoonhoroscope p.context {
	font-size: .85em;
	text-align: center; 
	margin-top:5px; 
	margin-bottom:5px;
	font-style: italic;
	}

.topspacing {
	margin-top: 25px;
	}



.h1 {
	font-family: verdana,arial,sans-serif;
	font-size: 150%;
	color: firebrick;
	margin: 10px 0 20px 0;
	text-align: center;
	}


table#archivelist {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
	}
col#leftcol {
	width: 50%;
	text-align: left;
	vertical-align: top;
	}
col#rightcol {
	width: 50%;
	text-align: left;
	vertical-align: top;
	}

p.back {
	text-align: left;
	font-style: italic;
	font-size: .95em;
	}

/* end */