﻿body {
  font-family: Arial, Verdana, Tahoma;
  font-size: 11px;
}
.errorsList {
  border: solid red 1px;
  margin: 20px;
  color: red;
  padding: 10px;
}
.header {
  background-color: #0C6BA4;
  color: #fff;
}
.header a {
  color: #fff;
  text-decoration: none;
}
.header a:hover {
  text-decoration: underline;
}
h1,
h2 {
  padding-top: 10px;
  margin-top: 0px;
  border-top: 1px solid Silver;
  font-family: Segoe UI;
  font-size: 30px;
  font-weight: 400;
  color: #0C6BA5;
}