/* external CSS file */
/* filename 'stylesheet01.css' */
/* NO HTML MARKUP ALLOWED */

body {background-color: cornflowerblue}
a.link {color: green; font-size: 14pt; font-family: Times; font-style: bold}
a.visited {color: red; font-size: 14pt; font-family: Times; font-style: italic}
a.link.hover {color: violet; font-size: 16pt; font-family: Times; font-style: bold}
a.visited.hover {color: silver; font-size: 10pt; font-family: Times; font-style: italic}
h1 {color: black; font-size: 25pt; font-family: Georgia; font-style: normal}
h2 {color: black; font-size: 14pt; font-family: Times; font-style: normal}
h3 {color: black; font-size: 12pt; font-family: Times; font-style: normal}
h4 {color: black; font-size: 8pt; font-family: Verdana; font-style: normal}
h3.first-letter {color: black; font-size: 24pt}