body {
 font-family: Verdana,Geneva,Arial,sans-serif;
 background-image: url("images/parchment.jpg");
 color: #000000;
}
  em {color: #ffd700;
}
.definition {color: #800080;
}
         h1 {font-size: 150%;
             border-bottom: solid thin #ff0000;
            }
         h2 {font-size: 125%;}
         h3 {font-size: 100%;
             font-weight: bolder;
            }
     .jesus {color: #800000;}
.index {border: 1px solid #0000ff; 
             background-color: #c0c0c0;
             font-size: 75%;
             font-weight: bold;
            }
#instructions {clear: left;
              }
         td {border: 0px ;}
th, .center {text-align: center;}
     .small {font-size: 75%;
             text-align: center;
            }
      .Left {font-size: 75%; 
             text-align:left
            }
#picture {
          width: 450px;
          float: left;
         }
.smpicture {
          width: 250px;
          float: left;
          padding-right: 20px;
         }
#story {
        margin-right: 35px;
        margin-left: 430px;
       }
#toclink {
          margin-left: 500px;
         }
#topnav {
         font-size: 90%;
        }
table table {
              width: 450px;
              padding: 5px;
              margin: 10px;
              text-align: left;  
            }
#nature {
 border: thin solid #ff0000;
}
#work {
 border: thin solid #0000ff;
}
#doors {
 border: thin solid #00ff00;
}
#weddings {
 border: thin solid #800080;
}
#lost {
 border: thin solid #ffff00;
}

#nature th {
 color: #ff0000;
}
#work th {
 color: #0000ff;
}
#doors th {
 color: #00ff00;
}
#weddings th {
 color: #800080;
}
#lost th {
 color: #ffff00;
}
.title{
font-size: 75%;
font-weight: bold;
}
.scripture{
 color: #ffd0d0;
 font-size: 65%;
 font-style: italic;
}
a:link {
 color: #191970;
}
a:visited {
 color: #008000;
}
a:hover {
 color: #ff0000;
 background:#ffffff;
}