p{
    color: black;
    display: inline-block;
    margin: 0px 20px 10px 20px;
    padding: 0 0 0 0;
}

td{
    font-weight: normal;
    padding: 0px
}

th{
    font-weight: normal;
    padding:0px;
}

ul{
    display: inline;
    list-style-type: square;
    list-style-position: inside;
    position: relative;
    left: 10%;
    right: 10%;
}

pagehead{
    display: inline-block;
    margin: 0px 0px 10px 0px;
    padding: 0 0 0 0;
}

h1{
    font-size: 20px;
    font-family: 'Arial Narrow', Arial, sans-serif, sans-serif;
    font-weight: bold;
    display: inline-block;
    border-bottom: 2px solid #FE2E2E;
    width: 100%;
}
h2{
    font-size: 15px;
    font-family: 'Arial Narrow', Arial, sans-serif, sans-serif;
    color: red;
    display: inline;
}

a{
    text-decoration: none;
    color: white;
}
a:hover{
    border-bottom: 4px solid #FE2E2E;
    color: #FE2E2E;
}

body{
    font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
    font-size: 100%;
    display: block;
    font-weight: normal;
    width: 100%;
    margin: 0 auto;
    background-image: url("images/topo.jpg");
    background-size: 100%;
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: left bottom;
}
#page{
    width: 800px;
    margin: 61px auto;
    background-color: #F7F2E0;
    border: 1px solid black;
    z-index: -1;
}

#title{
    font-family: 'Arial Narrow', Arial, sans-serif, sans-serif;
    font-size: 24px;
    display: inline-block;
    width: 100%;
    background-color: black;
}
#title1{
    float: left;
    display: block;
    border-bottom: 3px double #FE2E2E;
    padding: 0 0 0 40px;
}
#title2{
    font-family: 'Arial Narrow', Arial, sans-serif, sans-serif;
    font-size: 20px;
    float: right;
    padding: 0 20px 0 0;
}
#topimg{
    z-index: -1;
    border-bottom: 3px solid black;
}
#logo{
    height: 28%;
    width: 28%;
    position: relative;
    top: 10px;
}
#nav{
    font-family: 'Arial Narrow', Arial, sans-serif, sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    display: inline-block;
    border-top: 2px solid black;
    border-bottom: 4px solid #2E2E2E;
    background-color: black;
    z-index: 1;
}
    #nav p{
        margin: 20px;
        padding: 0 0 0 0;
        display: inline-block;
        height: 15px;
    }
        #nav p a{
            padding: 17px 8px 17px 8px;
        }
#content{
    display: block;
    line-height: 150%;
    margin: 10px 60px 0px 60px;
    padding: 0 0 0 0;
    clear: both;
    text-align: justify;
   
}
            #content p a{
            text-decoration: none;
            color: black;
            }
            #content p a:hover{
                background-color: red;
                color: white;
            }
            #content p a:active{
                background-color: red;
                color: white;
            }
#footer{
    display: inline-block;
    width:100%;
    position: relative;
    top: 5px;
}

#tom{
    width: 25%;
}
#obit{
    display: inline-block;
}
.titlep{
    color: white;
}

.floatright{
    float: right;
    margin: 0px 0px 0px 25px;
    clear: both;
}

.floatleft{
    float: left;
    margin: 15px 15px 10px 15px;
    clear: both;
}