ul {
    display: block;
    list-style-type: square;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 24px;
}

body {
  background-color: black;
  
  font-family: Courier New, monospace;
  font-size: 12pt;
  
  color: white;
 }

.block {
  margin: 40px 20px 20px 20px; 
}

.footer {
  margin: 60px 20px 20px 20px;
  text-align: right;
}

.h3 {
  font-weight: bold;
  color: deepskyblue;
  margin: 4px 0 4px 0;
}

.h1 {
  font-size: 16pt;
  font-weight: bold;
}

.h2 {
  font-size: 12pt;
  font-weight: bold;
  margin: 4px 0 4px 0;
}

.tag {
  color: orange;
}

.blue {
  color: deepskyblue;
}

.bold {
  font-weight: bold;
}

.portfolio {
  line-height: 18px;
}

.portfolio ul li {
  margin: 10px 0 10px 0;
}

.highlight {
  color: deepskyblue;
  /*font-weight: bold;*/
}

.orange {
  color: orange;
}

.mini {
  font-size: 9pt;
}

#mail {
  background-image: url(/resources/images/fbit_training_email.png);
  width: 400px;
  line-height: 24px;
  background-repeat: no-repeat;
  background-position-x: 60px;
  background-position-y: center;
}

a {
  color: white;
  text-decoration: none;
}