/*
You can add your own CSS here.
Click the help icon above to learn more.
*/
/* unvisited link */
a:link {
color: #555;
}
/* visited link */
a:visited {
color: #555;
}
/* mouse over link */
a:hover {
color: #33D;
}
/* selected link */
a:active {
color: 00F;
}
.widget {
text-align: center;
}