/* Set text to Verdana.    Set background color to white. */   body         { font-family: "Verdana";               color: #330033;               background: #33CCFF;               background-attachment: scroll;                background-position: 0% }               /* Set links to blue, active links to yellow and visited links to blue. */               a:link {color: #FFFFFF;}a:visited {color: #31247B;}a:active {color: #6633FF;}