BODY {
	color: white;
	background-color: #606075;
}

a:link    { color: cyan;  background: transparent; }
a:visited { color: pink;  background: transparent; }
a:active  { color: cyan;  background: transparent; }
a:hover   { color: red;   background: transparent; }
