body {
 margin: 0;
 font-family : 'Avenir Light';
 color : #AAAAAA;
}
#container {
	position: relative;
}
#spectrumCanvas {
	position: absolute;
}
.ui {
  position: absolute;
}
button{
  margin: 20px;
}
a:visited {
 color: #AAAAAA;
}
a:hover {
 color: #AAAAAA;
}
a:active {
 color: #AAAAAA;
}
a:link {
 color: #AAAAAA;
}
a.startbut:visited {
 color: #FF0000;
}
a.startbut:hover {
 color: #CC0000;
}
a.startbut:active {
 color: #FF0000;
}
a.startbut:link {
 color: #FF0000;
}

linkbut {
 text-decoration: underline;
}
a.linkbut:visited {
 color: #FF0000;
 text-decoration: underline;
}
a.linkbut:hover {
 color: #CC0000;
 text-decoration: underline;
}
a.linkbut:active {
 color: #FF0000;
 text-decoration: underline;
}
a.linkbut:link {
 color: #FF0000;
 text-decoration: underline;
}
