body {
  background-color: #ffffff;
}
body * {
  font-family: 'Arial', 'sans-serif';
}
body,
html {
  width: 100%;
}
a {
  color: #000000;
}
a * {
  text-decoration: none;
}
a.link-button {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.text-color-accent {
  color: #333333;
}
.background-accent {
  background: #333333;
}
