
/* Used for all pages */

body 	{ background-color: white; color: black; 
	font-family: Verdana, sans-serif;
	font-size: 76%;}

a	{ text-decoration: none;
	  color: blue }

a:hover { text-decoration: underline;
          color: blue }

a img	{ border-style: none; }

h1, h2, h3 {  	color: #8B0000; 
				font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

h1, h2 { font-size: 1.7em; }

h3 { font-size: 1.3em; }

h4 { 	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
		font-size: 1.1em; }

p, li	{ font-size: 1em; }

p.caption { font-size: .85em; }

th	{ text-align: left; }

dt, dd	{ margin-top: 1em; margin-bottom: 1em; }

/* This rule will take effect only if the table is labeled with 
class="main". Used on the calendar and gradually being implemented on other pages.
*/

.main td, .main th	{	text-align: left;
			vertical-align: top;
			}

/* These styles are used on the deacon schedule. class=ds is applied
   to each table. */

.ds th	{ background-color:black; border-style:none; color:white; 	
			padding:3px; text-align:left; vertical-align:top; }
.ds td	{ padding:5px; text-align:left; vertical-align:top; }


/* The .menu styles are used in the proposed UniLu site redesign */

a.menu  { text-decoration: none;
	  color: #333333;
	  font-family: Palatino, Times New Roman, serif;
	  font-size: small }

a.menu:hover { text-decoration: underline;
          color: #000000 }

