
/* This is CSS for BMWM */


p {
       font-family: Arial, Helvetica, sans-serif;
       color: #000000;
       font-size: .8em;
       }
	   
	   
p.strong {font-weight: bold; }

	   
/* used for green text on salvation page */

h1 {
       font-family: Arial, Helvetica, sans-serif;
       color: #5b7b2a;
       font-size: .8em;
	   font-weight: bold;
       }


/* used for side text on all pages */

h2 {
       font-family: Arial, Helvetica, sans-serif;
       color: #5b7b2a;
       font-size: .6em;
	   font-weight: bold;
       }


/* used as header on testimonies page */

h3 {
       font-family: Verdana, Arial, Helvetica, sans-serif;
       color: #5041ad;
       font-size: .9em;
	   font-weight: bold;
       }
	   
h4 {
       font-family: Arial, Helvetica, sans-serif;
       color: #000000;
       font-size: .8em;
	   font-weight: bold;
       }
	   
h5 {
       font-family: Verdana, Arial, Helvetica, sans-serif;
       color: #5041ad;
	   font-size: .7em;
	   font-weight: bold;
       }

h6 {
       font-family: Arial, Helvetica, sans-serif;
       color: #000000;
       font-size: .8em;
	   font-weight: bold;
       }

	   
th {
       font-family: Arial, Helvetica, sans-serif;
       color: #000000;
       font-size: .8em;
       }
	   
ol {
       font-family: Arial, Helvetica, sans-serif;
       color: #000000;
       font-size: .8em;
       }

.square {list-style-type: square; }

.disc {list-style-type: disc; }

.number {list-style-type: number; }

.ref {float: right;}


a.side:link {color: #848484; text-decoration: none; font-weight: bold; }
a.side:visited {color: #848484; text-decoration: none; font-weight: bold; }
a.side:hover {color: #000000; background-color: #fafeb8; text-decoration: none; font-weight: bold; }
a.side:active {color: #848484; }

a.main:link {color: #939393; text-decoration: none; }
a.main:visited {color: #939393; text-decoration: none; }
a.main:hover {color: #a3a3a3; text-decoration: underline; }
a.main:active {color: #d3d3d3; }

a.green:link {color: #64a358; text-decoration: none; }
a.green:visited {color: #64a358; text-decoration: none; }
a.green:hover {color: #84c178; text-decoration: underline; }
a.green:active {color: #d3d3d3; }

a.blue:link {color: #4451b1; text-decoration: none; }
a.blue:visited {color: #4451b1; text-decoration: none; }
a.blue:hover {color: #6272eb; text-decoration: underline; }
a.blue:active {color: #d3d3d3; }

a.brown:link {color: #918a65; text-decoration: none; }
a.brown:visited {color: #918a65; text-decoration: none; }
a.brown:hover {color: #aea782; text-decoration: underline; }
a.brown:active {color: #d3d3d3; }

a img {border: none; }

	   

	   
