
body
	{
	color: black;
	font-family: ariel, sans-serif;
	font-size: 14px;
	}
	
table
	{
	align: center;
	background: tan;
	color: brown
	}

table.sermonlist
	{
	width: 100%;
	border-collapse: separate;
	border: 0;
	}

h1
	{
	color: brown;
	font-size: 225%;
	font-weight: bold;
	line-height: 100%;
	font-family: times;
	}
	
h2
	{
	color: brown;
	font-size: 150%;
	font-weight: bold;
	line-height: 100%;
	font-family: ariel, sans-serif;
	}
	
h3
	{
	color: brown;
	font-size: 100%;
	font-weight: bold;
	line-height: 100%;
	font-family: ariel, sans-serif;
	}
	
ul
	{
	background: tan;
	}

	
.title
	{
	color: brown;
	font-size: 200%;
	font-weight: bold;
	font-style: italic;
	line-height: 40%;
	font-family: times;
	}
	
p.notice
	{
	color: red;
	font-weight: bold;
	font-size: 150%;
	}
	
p.main
	{
	font-size: 120%;
	font-weight: bold;
	}

p.location
	{
	font-weight: bold;
	}

p.sermon
	{
	font-weight: bold;
	margin-bottom: -12px;
	}

div#header
	{
	width: 800px;
	background: #83dfff;
	}
