<!--

/* (c) 2017,2022 M10 Network Service - Harry Nyberg         */

/* removal all padding on all elements                 */
/* requires manually padding and spacing all elements  */

* {
  margin: 0;
  padding: 0;
}

body {
  background-color: white; 
  color: black;
  font: 14px/24px 'NobileRegular', Arial, sans-serif;
}

hr {
  border: 0; border-bottom: 1px solid;
}

ul {
  margin: 10px 0px 10px 0px;
}

li {
  margin: 0px 0px 0px 20px;
  list-style: square inside url("ul/M-arrow.png");
}

.header {
  width: 100%;
  background: white;
}

.top-logo {
  text-align: right;
  padding: 10px 10px 4px 10px;
}

.service-topic {
  color: #6699CC;
  margin-bottom: 20px;
  font: 20px/24px 'NobileRegular', Arial, sans-serif;
}

.service-info {
  margin: 0px 100px 40px 40px;
}

.indent-services {
  padding: 40px 100px 40px 100px;
}

.footer {
  position: fixed;
  bottom: 0px;
  width: 100%;
  background: white;
}

.footer-info {
  padding: 4px;
  text-align: center;
  font: 8px 'NobileBold', Arial, sans-serif;
  line-height: 12px;
  letter-spacing: 3px;
  color: black;
}

#m10 {
text-decoration: none; cursor: e-resize;
}

#m10:link {
color: lightgray; text-decoration: none;
}

#m10:visited {
color: lightgray; text-decoration: none;
}

#m10:hover {
color: lightgray; text-decoration: none;
}


-->
