body {
 background: #111111;
}

#container {
 height: 200px;
 width: 200px;
 text-align: center;
 margin: auto;
 margin-top: 200px;
}

#container p {
 color: #ffffff;
 font: trebuchet ms, sans-serif;
 font-size: 12px;
}


#container p a {
 color: #01ffff;
}

#container p a:hover {
 color: #ff01ff;
}