/* CSS for Old Essex Maps site - general usage */

a:hover {color: cyan; background-color: navy }

a:visited {color: blue; background-color: cyan }

h1 {font-family: "Trebuchet MS"; color: navy; background-color: cyan; width: 960px; padding-left: 190px; top: -10px; }

h2 {font-family: "Trebuchet MS"; color: navy; background-color: cyan; width: 960px; }

h3 {font-family: "Trebuchet MS"; color: navy; background-color: cyan; width: 960px; }

h4 {font-family: "Trebuchet MS"; color: navy; width: 960px; text-align: left; margin-top: -20px; margin-bottom: -10px; }

h5 {font-style: italic; font-size: small; font-weight: normal; }

p {font-weight: medium; color: blue; }

p.pic {border-color: cyan; } /* this gives the picture a cyan surround */

#the_pic {text-align: center; } /* this centres the picture */

p.piccover {border: 10px cyan; } /* this gives the picture a cyan surround */

img {border-color: cyan; } /* this gives all images a cyan surround */

p.twomen {color: cyan; }

.color1 {background-color: cyan}

.color2 {background-color: palegreen}

.color3 {background-color: pink}

.color4 {background-color: orange}

.color5 {background-color: yellow}

.bluetext {color: blue; margin-left: 60px; }

.small {font-size: small; color: black; }

body {font-family: Arial; }

#navigation {position: fixed; background-color: #00ffff; top: 80px; width: 170px; height: 320px;}

#bodycontent {top: 60px; padding-left: 190px; padding-right: 100px; }

#textblock {width: 950px }

#footercontent {font-size: x-small; color: black; font-style: italic; }

.col1of3 {float: left; width: 300px; }

.col2of3 {float: left; width: 300px; }

.col3of3 {float: width: 300px; }

table {border-collapse: collapse; border: 1px solid black; }

th {border: 1px solid black; padding: 5px; text-align: left; font-style: italic; }
td {border: 1px solid black; padding: 5px; vertical-align: top; }

li {list-style-type: none; color: blue; }
