/*
Style Sheet for met website
(c) P.M.Lurcock 2006
*/

/* Background image and font */
body {font-family: "Georgia";}

/* all pictures to have a 2 pixel black border */
img {border-style:solid;
     border-color:teal;
     border-width:4px}

