.themed-border
{
  border-color: rgb(255, 228, 134);
}

.themed-color
{
  color: rgb(255, 228, 134);
}

a
{
  color: #333333;
}

a:hover
{
  background-color: #eeeeee;
}

