body {
 background-image: none; /* This will remove the default background image */
 margin-top: 1em; /* we adjust the margin at the top of the page */
 font-family: Trebuchet MS; /* font chosen for the global site */
 font-size: 15px; /* font size for the global site */
 line-height: 125%; /* amount of space between the text lines */
}

ul { list-style-type: none }

a {
 color: green; /* color for links */
 text-decoration: none /*no more link underlining */
}
 
img.pre {
 width: 200;
 height: 253
}

/* we also want to add shadows on the sides of the header */
 
<!--div#page {
 background-image: url(images/head_shadowL.gif);
 background-position: left top;
 background-repeat: no-repeat;
 padding-left: 10px;
}
--!>