/* Deze stylesheet gaat alleen over kleuren, en niet over positionering. */

BODY{
color: #33ff33; /* groen */
background-color: #000000;
font-family: courier new, monospace;
cursor: default;
background-image: url('sincs.gif');
background-repeat: no-repeat;
background-position: top-left;
}

h1{
color: orange;
}
  
A:LINK{
color: #33ff33;
text-decoration: none;
cursor: pointer;
}

A:VISITED{
color: #33ff33;
text-decoration: none;
cursor: pointer;
}

A:ACTIVE{
color: #33ff33;
font-weight: bold;
text-decoration: none;
cursor: pointer;
}

A:HOVER{
color: yellow;
}