﻿h1 { position : absolute; top : 80pt; left : 65pt }

h2 { color : #708090; font-size : 8pt; font-family : "arial"; font-weight : normal }

h3 { position : absolute; top : 105pt; left: 100.5pt}

h4 { color : #cccccc; font-size : 10pt; font-family : "verdana"; font-style : italic; font-weight : normal; }

h5 { color : #cccccc; font-size : 8pt; font-family : "arial"; font-weight : normal; position : absolute; left : 65pt }

h6 { color : #cccccc; font-size : 8pt; font-family : "arial"; font-weight : normal }


a:link {color: #007BA1;text-decoration: none;}
a:active {color: #9932CC;text-decoration:underline;}

a:hover { color : #439CAB; font-variant : small-caps; font-weight : bold; text-decoration: underline; }

/* Small screen / tablet / 760px to 991px */
@media (max-width: 991px) {
  ...
}

/* Smaller screen / tablet+phone / 480px to 759px */
@media (max-width: 759px) {
  ...
}

/* Extra small screen / smartphone / 280px to 479px */
@media (max-width: 479px) {
  ...
}

