/* General set up for indiv Advent day */
body 	{font-size: 10pt; 
	font-family: "Verdana";
	
	line-height: 14pt;
	margin-left: 30pt;
	margin-right: 30pt;}

/* Indent paragraphs */
p 	{margin-left: 24pt;
	margin-right: 24pt;
	color: #000000;
	line-height: 14pt;
	font-size: 10pt;}

/* Here is the standard activity heading */
h1.twelveday 	{font: 18 pt Verdana;
		font-weight: bold;
		line-height: 18 pt;
		text-align: left;
		color: #009900;}

/* Theme heading*/
h2.activity		{font: 12 pt Verdana;
			font-weight: bold;
			line-height: 18 pt;
			color: #009900;}

/*Table cells */
td	{font-size: 10pt;}


/* Don't underline links, usual link is blue, visited is purple and active is black */
	a {text-decoration: none;}
	a:link {color:blue;}
	a:visited {color:purple;}
	a:active {color:purple;}

/* Text for general Twelve Days info  */
	div.gentext	 {color: #000000;
			line-height: 14pt;
			font-size: 10pt;}

/* Text for photo caption */

	div.caption	 {
			line-height: 10pt;
			text-align: center;
			font-size: 8pt;}








	


