/* Set default parameters for document: font size, family and body width. We shall also set the default colors and styles for hypertext anchors, and the default text color. */ BODY { font-size: 10pt; font-family: Verdana, Arial, Helvetica, sans-serif; width: 100%; background: white ; color: black; } A { text-decoration: none; } /* No underlines */ A:link { color: #00aa00; } A:visited { font-style: normal; /* Normal/gray for visited */ color: #777777; } A:link { font-style: italic; /* Italic/green- unvisited */ color: #00aa00; }