
body {
	background-color: #CC9966;
	font-family: "Courier New", Courier, mono;
	color: #660066;
}

a:link       { text-decoration: underline; color: #660066;}
a:hover      { text-decoration: none; color: #CC9966; background-color: #660066;}
a:visited    { text-decoration: underline; color: #660066;}
a:active     { text-decoration: none; color: #CC9966; background-color: #660066;}


