/*CSS for Covenant Reformed Presbyterian Church web site*/


body,td,th {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
	color: #000099;
	background-repeat: no-repeat;
}
/*Heading at the top of the page*/

h1.title
{
	font-family: "Times New Roman", Times, serif;
	color: #990000;
	font-size: xx-large;
}

/*heading for bold italicized larger header font*/

h2.subtitle
{
	color: #000099;

}
h2.maroon
{
color: #990000;
}
h3.maroon
{
color: #990000;
}
h4.maroon
{
color: #990000;
}
h3.blue
{
color: #000099;
}
h4.blue
{
color: #000099;
}

p
{
	font-family:"Times New Roman", Times, serif;
	font-size:12pt;
	color: #000099;
}

/*allows text to float around a picture*/

p.float
{float:left;
border-right:none;
border-left:none;
border-top:none;
border-bottom:none;
padding: 20px;
}
a.navbar
{
	color:white;
	float: left;
	padding: 6px;
	border:medium inset #cc9900;
	background-color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	text-align:center;
	width: 100pt;
	position: relative;
	line-height: normal;
}

