/* Set text to Verdana.    Set background color to white. */   body         { font-family: "Verdana";               color: #000000;               background: #F5DEB3;               background-attachment: scroll;                background-position: 0% }               /* Set links to blue, active links to yellow and visited links to blue. */               a:link {color: #0000FF;}a:visited {color: #999999;}a:active {color: #FF0000;}