body { background: linear-gradient(hotpink, black);}
/* unvisited link */
a:link {
color: hotpink;
}
/* visited link */
a:visited {
color: ;hotpink
}
/* mouse over link */
a:hover {
color: grey;
}
.etherpad_container
{
background: none;
}