h1 {color: blue;}
h2 {color: black;}
a  {color: green;}
a:hover {color: orange;}
a:visited:hover {color:orange;}
body {color: rgb(0,0,255);}