html { height: 100.2%; }
body { background-color: white; color: black; }

a:link { color: gray; text-decoration: none; }
a:visited { color: gray; text-decoration: none; }
a:hover { color: red; text-decoration: none; }
a:active { color: darkred; text-decoration: none; }

h1 { font-size: 4em; font-weight: bolder; margin: 15px 0px 10px 0px; color: black; }
h2 { font-size: 1.7em; margin: 0px; padding: 0px; color: #ea002a; }
h3 { font-size: 2em; font-weight: bolder; margin: 15px 0px 10px 0px; color: black; }

.description { font-size: .9em; color: gray; }

.center { text-align: center; }

.italic { font-style: italic; }

.red { color: #ea002a; }

.vert-align { float: none; display: inline-block; vertical-align: middle; margin-right: -4px; }

.shdw { box-shadow: 10px 10px 5px grey; }

.nobr	{ white-space: nowrap; }

.subhead { font-size: 1.3em; }

.spacer { height: 20px; }

.legal { text-align: center; padding: 10px 0px 30px 0px; color: gray; }

@media(max-width: 767px) {
}
@media(min-width: 768px) {
}
@media(min-width: 992px) {
}
@media(min-width: 1200px) {
}


 
