
body {
color: black;
background-color: #D3D3D3;
background-image: url(1.jpg);
background-repeat: repeat-x;
font: normal normal normal eurostyle, Verdana, Arial;
font-size: large;
margin-left: 1.5em;
width: 100%;
}

A:link {
font-weight : bolder; 
text-decoration : none; 
color : red; 
background-color : transparent; 
} 

A:hover {
color : red; 
background-color : transparent;
} 

A:visited {
color : #800000; 
background-color : transparent; 
font-weight : bold; 
text-transform : none; 
text-decoration : none; 
}

blockquote.name {
font-variant: small-caps;
font-weight: bold;
}

blockquote.name span {
font-size: larger;
}

blockquote.scripture {
font-variant: small-caps;
font-weight: bold;
font-size: medium;
color: blue;
}

blockquote.backtop a:hover {
text-transform: uppercase;
width: 7em;
}

hr {
color: #800000;
}

span.50rule HR {
color: gray;
width: 50%;
}

div.hr {
border-bottom: thin solid #800000;
width: 90%;
}

div.hr50 {
border-bottom: thin solid gray;
width: 50%;
}

blockquote.ads {
border: thin solid #800000;
padding: 4px 4px 4px 4px;
width: 80%;
}

blockquote.ads hr {
width: 50%;
border: thin solid #800000;
}

blockquote.sevenmpower {
padding: 5px 0px 5px 0px;
}

SPAN.sitemaintlink {
font-variant : small-caps; 
font-weight : bold; 
font-size: small; 
}

 


*/_____________________________________________________________________________________*/

#menu {
/*LEAVE HERE*/
}

#menu ul {
list-style: none;   /*KEEP*/
margin: 0;   /*KEEP*/
padding: 0;   /*KEEP*/
width: 6em;
float: left;  /*Take away to stack all on left stacked neatly*/
text-align: center;
/*border-left: thin solid #d3d3d3;*/
/*border-right: thin solid #d3d3d3;*/
margin-left: -1px;
}

#menu a {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
/*border-left: thin solid blue;*/
padding: 3px 4px;
background-image: url(blue.jpg);
background-repeat: repeat;
color: white;
text-decoration: none;
}

#menu a:hover {
color: white;
background-image: url(red.jpg);
background-repeat: repeat;
text-transform: uppercase;
}		