/* This is the style sheet for the Community   */
/* Lutheran Church website at:                 */
/* http://www.communitylutheran.org/           */
/* Author - Roger Balettie                     */

BODY
	{ 
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 	14px;
	}

A
	{
		font-size: 14px;
	}
	
A:LINK, A:VISITED, A:ACTIVE 
	{
       	text-decoration: none;
       	font : bold;
       	color : Navy;
    }

A:HOVER 
	{
       	color: Blue;
       	text-decoration : underline overline;
    }

P
	{
		font-family: arial, helvetica, sans-serif;
		font-size: 14px;
	}
	
P.heading, DIV.heading
	{
		font-family: Times New Roman, Times, serif; 
		font-weight: bold; 
		font-size: 24px;
	}

P.head
	{
		font-family: verdana, arial, helvetica, sans-serif:
		font-weight: bold;
		font-size: 16px;
	}
		
TD
	{
		font-family: arial, helvetica, sans-serif;
		font-size: 14px;
	}