﻿h1 { font-family : verdana; font-size : 20pt; font-weight : normal }
h2 { font-family : verdana; font-size : 18pt; font-weight : normal }
h3 {
	background: #00ACB0;
	font-family : trebuchet ms;
	font-size : 14pt;
	font-weight : bold;
	color : aqua;
}
h4 { font-family : comic sans; font-size : 16pt; font-weight : normal }
h5 { font-family : trebuchet ms; font-size : 14pt; font-weight : normal }
h6 { font-family : arial; font-size : 14pt; font-weight : normal }
p { font-family : verdana; font-size : 16pt; color : white }


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

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

/* 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) {
  ...
}

