body {
     background-color: gray;
     }

img.logo {
    display: block;
    top: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 874px;
    height: 137px;
    }
div.menustripe {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height:  25px;
    background-color: white;
    color: gray;
    width: 874px;
    font-family: "Palatino Linotype";
    text-align: center;
    }
div.contentstripe {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 1024px;;
    height:  500px;
    background-color: rgb(200,204,207);
    }
div.copyrightstripe {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height:  100px;
    background-color: white;
    width: 874px;
    font-family: "Palatino Linotype";
    color: gray;
    text-align: center;
    }

div.menustripe a {
    color: gray;
    text-decoration: none;
    }

div.menustripe a:hover {
    color: rgb(39,93,168);
    text-decoration: none;
    }

div.nextprev {
    background-color: rgb(200,204,207);
    color: gray;
    font-family: "Palatino Linotype";
    text-align: center;
    }
div.nextprev a {
    color: gray;
    text-decoration: none;
    }
div.nextprev a:hover {
    color: rgb(39,93,168);
    text-decoration: none;
    }

div.mailstripe {
    background-color: rgb(200,204,207);
    color: gray;
    font-family: "Palatino Linotype";
    text-align: leftalign;
    }
div.mailstripe a {
    color: gray;
    text-decoration: none;
    }
div.mailstripe a:hover {
    color: rgb(39,93,168);
    text-decoration: none;
    }

div.catstripe {
    background-color: rgb(200,204,207);
    color: rgb(64,64,64);
    font-family: "Palatino Linotype";
    text-align: leftalign;
    }
div.catstripe a {
    color: rgb(64,64,64);
    text-decoration: none;
    }
div.catstripe a:hover {
    color: rgb(39,93,168);
    text-decoration: underline;
    }
    
