/* Style sheet to format the colour of the headings and links */ h1 { font-weight: bold;     color: red; }h3 { font-weight: bold;     color: blue; }a:link { color.blue; }a:visited { color.pink; }a:active {color.black;}