/*

DESCRIPTION
    This is the mock1 site style sheet for the New Life Church web site.
    The link tag is:

    <link REL="STYLESHEET" TYPE="text/css" HREF="/BLMStyle.css">

*/


BODY  {
	font-size : 15px;
	font-family : georgia;
	font-weight : normal;
	font-style : normal;
	color : #000000;
	background-color : #003366;
	margin-left : 20px;
	margin-right : 20px;
	margin-top : 20px;
	margin-bottom : 20px;
}

H1  {font-size : 26px;
	font-color : #28276D;
	font-family : georgia;
	font-weight : bold;}

H2  {
	font-size : 16px;
	font-color : #28276D;
	font-family : georgia;
	font-weight : bold;
	text-decoration: underline}

H3  {}

b  {
	font-size : 15px;
	font-color : #28276D;
	font-family : georgia;
	font-weight : bold;
	}
	
A  {
	font-size : 15px;
	color : #003366;
	font-family : georgia;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;
}

A:Visited  {
	font-size: 15px;
	font-family: georgia;
	font-weight: bold;
	font-style: normal;
	color: #003366;
	text-decoration: none;
}

A:Active  {
	font-size: 15px;
	font-family: georgia;
	font-weight: bold;
	font-style: normal;
	color: #003366;
	text-decoration: none;
	}

A:Hover  {
	font-size: 15px;
	font-family: georgia;
	font-weight: bold;
	font-style: normal;
	color: #003366;
	text-decoration: underline;
}

/* bar nav class */

.bartext {
	font-size : 12px;
	color : #FFFFFF;
	font-family : georgia;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;
}
b.bartext:link {
	font-size: 12px;
	font-family: georgia;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}

body.bartext:link {
	font-size: 12px;
	font-family: georgia;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}

A.bartext:link {
	font-size: 12px;
	font-family: georgia;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}

A.bartext:visited  {
	font-size: 12px;
	font-family: georgia;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}

A.bartext:hover  {
	font-size: 12px;
	font-family: georgia;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

.maintext {
	font-size : 15px;
	font-family : georgia;
	font-weight : normal;
	font-style : normal;
	color : #000000;
	text-decoration: none;
}
