/*
CSS for Modern Gentry
*/

body {
text-align: center;
font-family: "Gill Sans", Geneva, sans-serif;
font-size: 83%;
letter-spacing: o.1em;
line-height: 170%;
}

p {
font-family: "gill sans", Geneva, sans-serif;
font-size: 83%;
font-weight: light;
color: black;
}


/* code below this point deals with positioning Rosie, using absolute positioning - fixed y and z coordinates measured from the top left corner of the browser's content display
*/

#bodycontent {
position: center;
top: 20px;
left: 0px;
}

#text {
position: relative;
padding-top: 0px;
padding-bottom: 5px;
padding-left: 50px;
padding-right: 50px;
}


/* rosie this here styles the navigation*/

img {
border-style: none;
}

a {
font-weight: light;
font-style: italic;
color: black;
text-decoration: none;
}

a:link {
background-colour: none;
border: none;
}

a:visited {
background-color: none;
border: none;
}

a:hover {
background-color: none;
border: none;
font-weight: bold;
font-style: italic;
color: black;
text-decoration: none;
}

a:hover img {
border: 1px solid #000;
}

a:active {
background-color: none;
border: none;
}



