#mastHead{ position: absolute;
           top: 0px;
           left: 0px;
           width: 100%;
           height: 120px;
           z-index: 1;
           background-color: white;
           border: none;
         }

#linkIndex { position: absolute;
             left: 0px;
             top: 124px;
             width: 170px;
             border: none;
             padding: 3px;
             background-image: url("");
             background-repeat: no-repeat;
             background-position: bottom;
             padding-bottom: 120px;
            }
	    
#linkIndex a{ padding-left: 10px;
              display: block;
              padding: 0px 5px;
              font-weight: bold;
              font-family: courier new;
              font-size: 90%;
              border-left: 1px solid #fff;}

#linkIndex a:link{ color: blue; text-decoration:none; }

#linkIndex a:visited{ text-decoration:none; }

#linkIndex a:hover{ color: #000000;;
                    background-color: lightblue;
                    border-top: 1px solid;
                    border-bottom: 1px solid;
                    border-right: 15px solid;
                    border-right-color: darkblue;
                    border-left: 1px solid;
                   }

#contentsBox{ position: absolute;
              border: none;
              margin-top: 104px;
              margin-left: 215px;
              padding: 0px 5px;
              background-image: url("/img/background.jpg");
              background-color: white;
              background-repeat: no-repeat;
              background-attachment: fixed;
              background-position: bottom right;
              }




p {font-family: "courier";
   border-style: double;
   border-color: blue}

ul {list-style-image: url("/img/arrow.gif")}
   

