/* CSS Document */



{
	padding:0px;
	margin:0px;
}

body {
background-color:#008500; /*FFAD40 is gold 008500 is green*/
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:.78em;
}


/*FORMAT: WHOLE PAGE*/
#bigcal {
	width:800px;
	border:0;
	}

/*======================================================*/
/*FORMAT: TABLE*/
#bigcal table {
	width:760px;
	background-color:#4512AE;
	}

/*======================================================*/
/*PENTECOST*/

/*======================================================*/	
/*TEXT: TABLE CAPTION: NAME OF MONTH*/	
#bigcal caption {
	background-color:#008500;
	color:#FFF;
	font-size:100%;
	font-weight:600;
	}
	

	
/*FORMAT: WEEK CAPTION: NAMES OF DAYS*/	
#bigcal th {
	background-color:#008500;
	border:solid;
	border-color:#A66000; 
	border-width:4px;
	}
	

	
/*TEXT: WEEK CAPTION: NAMES OF DAYS*/	
#bigcal th {
	font-size:100%;
	font-weight:600;
	color:#FFF;
	}

/*======================================================*/
	
#bigcal td#pentecost {
	background-color:#BCEB5D; /*GREEN*/
	border:solid;
	border-color:#74BC3D;  /*GOLD*/
	border-width:1px;
	width:100px;
	}
	
#bigcal td#epiphany {
	background-color:#FFDE40; /*GREEN*/
	border:solid;
	border-color:#A66000;  /*GOLD*/
	border-width:1px;
	width:100px;
	}
	
#bigcal td#advent {
	background-color:#8F6CD7; /*VIOLET*/
	border:solid;
	border-color:#200772;  /*GOLD*/
	border-width:1px;
	width:100px;
	}
	
#bigcal td#christmas {
	background-color:#FFDE40; /*GOLD*/
	border:solid;
	border-color:#A66000;  /*GOLD*/
	border-width:1px;
	width:100px;
	}
	
#bigcal td#skipped {
	background-color:#BAD288; /*WHITE*/
	border:solid;
	border-color:#74BC3D;
	border-width:4px;
	width:auto;
	font-size:x-small;
	font-weight:400;
	}
	
#bigcal td#saints {
	background-color:#FF0000; /*RED*/
	border:solid;
	border-color:#74BC3D;
	border-width:1px;
	width:100px;
	}
	
#bigcal td#saints a:link {

text-decoration:none;
	}
	
#bigcal td#saints a:hover {

color:#67E667;
text-decoration:underline;
	}
	
#bigcal td#saints a:active {

color:#FFB273;
text-decoration:none;
	}
	
#bigcal td#holyday {
	background-color:#FFFFFF; /*WHITE*/
	border:solid;
	border-color:#FFDE40;
	border-width:1px;
	width:100px;
	}

	
/*TEXT: TABLE CELLS: DAY NUMBER*/	
#bigcal td p.daynumber {
	display:inline;
	font-size:100%;
	font-weight:600;
	color:#000000;
	}
	
/*TEXT: TABLE CELLS: PARAGRAPH*/	
#bigcal td p.sunday {
	font-size:90%;
	font-weight:400;
	color:#000000;
	margin-top:3%;
	margin-bottom:2%;
	}
	
	
/*TEXT: TABLE CELLS: PARAGRAPH*/	
#bigcal td p.linkies {
	font-size:90%;
	font-weight:400;
	color:#000000;
	margin-top:3%;
	margin-bottom:2%;
	}
	

/*TEXT: TABLE CELLS: LINKS IN TEXT*/
#bigcal td a {
	/* font-size:90%; */
	font-weight:400;
	color:#000000;
	text-decoration:none;
	}

/*TEXT: TABLE CELLS: LINK MOUSE OVER IN TEXT*/
#bigcal td a:hover {
	/* font-size:90%; */
	font-weight:400;
	color:#A34C65;
	text-decoration:underline;
	}

/*TEXT: TABLE CELLS: LINK HIT IN TEXT*/	
#bigcal td a:active {
	/* font-size:90%; */
	font-weight:400;
	color:#489A79;
	text-decoration:none;
	}
	
/*======================================================*/
	
/*TEXT: LIST ITEM LINKS OVER IMAGES*/	
#bigcal a:link img {
	vertical-align:bottom;
	border:solid;
	border-width:medium;
	border-color:#BFAB6E;
	margin-right:6%;
	}
	
#bigcal a:hover img {
	border:solid;
	border-width:medium;
	border-color:#290671;
	margin-right:6%;
	}
	
#bigcal a:active img {
	border:solid;
	border-width:medium;
	border-color:#BBADD7;
	margin-right:6%;
	}




/*======================================================*/
/*FORMAT: RETURN TO INDEX LINK*/	
#tothebeginning a:link {
font-size:80%;
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
	}
	
#tothebeginning a:hover {
font-size:80%;
font-weight:bold;
font-weight:bold;
color:#FFFFFF;
text-decoration:underline;
	}
	
#tothebeginning a:active {
font-size:80%;
font-weight:bold;
font-weight:bold;
color:#FFD300;
text-decoration:none;
	}
	

