<!--
/* Zimbabwe Oblate Mission */
/* Basic style for website*/
P.first:first-letter {
font-size: 180%;
color: #5123e8;
font-weight: regular;
}

.side{position: absolute;
    top: 140px;
    left: 8px;
    height: 300px;
    width: 80px;
    z-index: 3;
font size: 80%;
font-Variant: small-caps;
text-align: left;}

.content{position: absolute;
    top: 115px;
    left: 160px;
    height: 300px;
    width: 590px;
    z-index: 3;
overflow: scroll;
text-align: justify;}

.base{position: absolute;
top: 400px;
left: 10px;
height: 60px;
width: 740px;
font size: 60%;
text-align: center;
}

body         { background-color: white; background-repeat: no-repeat; background-attachment: 
               fixed; background-image: url('Zimbabwecross.jpg'); font-family: 
               sans-serif; color: black; background-position: 30% 50% }
/* End of Style Sheet*/
-->