@charset "utf-8";
/* CSS Document */

a, span.link { 
  color: blue; 
} 
a:visited, span.visited { 
   color: purple; 
} 
a:active, span.active { 
   color: red; 
} 
body {
	background-color: #66FFFF;
}