﻿a {
	color: #9999FF;
}
a:visited {
	color: #CC99FF;
}
a:hover {
	color: #FF0000;
}
a:focus {
	color:#FFCC00;
}
a:active {
	color:#FFCC00;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18pt;
	margin-left:15%;
	margin-right:15%;
}
.p {
	text-align: left;
	text-indent: 1em;
	font-family:"Times New Roman", Times, serif;
	font-size:14pt;
	margin-left:15%;
	margin-right:15%;
}

.lnk {
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14pt;
}
.imgcntr {
	text-align: center;
}
.cntrtext {
	font-family:"Times New Roman", Times, serif;
	font-size:14pt;
	text-align:center;
}

.copy {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	text-align:center;
}
.flexbox {
  display: -webkit-box;   /* Chrome 4-20, Firefox 2-21, Safari 3.1-6.0 */
  display: -webkit-flex;  /* Chrome 21-27 */
  display: -moz-box;      /* Firefox 2-21 */
  display: -ms-flexbox;   /* IE9 */
  display: flex;  
  padding: 10px;
  justify-content: center;
}
.flex-row {
  -webkit-flex-direction: row;
          flex-direction: row;
}
.boxA, .boxB, .boxC {
  padding: 10px;
  text-align: center;
}
.boxA { flex-basis: 320px; }
.boxB { flex-basis: 320px; }
.boxC { flex-basis: 320px; }
