﻿HTML, BODY {
   font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
   line-height: 1.3;
}
HTML {
   width: 100%;
   height: 100%;
   margin: 0;
   padding: 0;
}
BODY {
   width: 100%;
   height: 100%;
   margin: 0;
   padding: 0;
   overflow-x: hidden;
   overflow-y: hidden;
}

A {
   color: Blue;
   text-decoration: none;
}
A:hover {
   text-decoration: underline;
}
