* { font-family: "Arial", sans-serif }

body {
  background: #000088;
  color: #44aaff;
}

a:link { color: #cceeff; text-decoration: underline }
a:active { color: #ccffcc; text-decoration: underline }
a:visited { color: #aaddff; text-decoration: underline }
a:hover { color: #ffffff; text-decoration: underline }

h1, h2, h3, h4, h5, h6 { text-align: center }

p { text-align: justify }

img {
  border:0;
}

.it { font-style: italic }

.un { text-decoration: underline }

b.digital {
  color: #44ff44;
  background-color:#006020;
  border:1px dashed #002060;
}

b.death { 
    font-variant:small-caps;
    font-family:"Times New Roman", serif ! important;
    font-weight:normal;
  }

b.mecha {
  color: #ff4444;
  background-color:#600020;
  border:1px dashed #200060;
}