* { box-sizing: border-box; font-family: Arial, Helvetica, sans-serif; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; }
.navbar { width: 100%; background-color: #BB1919; overflow: auto; }
.navbar a { float: left; padding: 12px; color: #FFFFFF; text-decoration: none; font-size: 17px; width: 25%; /* Four equal-width links. If you have two links, use 50%, and 33.33% for three links, etc.. */ text-align: center; }
.navbar a:hover { background-color: #000; }
.navbar a.active { background-color: #990000; }
@media screen and (max-width: 600px) { .navbar a { float: none; display: block; width: 100%; text-align: left; }}
p.tspace { padding-top: 2em; }
p.bspace {padding-bottom: 2em; }
p.tnbspace { padding-top: 2em; padding-bottom: 2em; }
.content { background-color: #FFFAFA; line-height: 1.4; }
h1 { padding: 10px 0 0 0px; text-align:center; color: #FF0000; text-shadow: 2px 2px 4px #000000; }
h2, h3 { text-align: center; color: #FF0000; }
.fhthree { text-align: center; color: #FF0000; display: block; font-size: 1.17em; margin-top: 1em; margin-bottom: 1em; font-weight: bold; }
/* Create three equal columns that floats next to each other */
.column { float: left; width: 33.33%; padding: 10px; }
.row:after { content: ""; display: table; clear: both; }
@media screen and (max-width: 600px) { .column { width: 100%; }}
.rlinediv { border: 3px solid #FF0000; border-radius: 10px; padding: 10px; margin: 20px; }
.flpicr { float: right; margin:10px; }
.flpicl { float: left; margin:10px; }
.clearfix::after { content: ""; clear: both; display: table; }
.loload { max-width: 100%; height: auto; display: block; margin-left: auto; margin-right: auto }
.blkcntre { text-align: center; }
.blkcntrered { text-align:center; color: #FF0000; } 
.address { text-align: center; }
.address a { text-align: center; color: #000000; }
.address a:hover { color: #FF0000; }
.responsive { max-width: 100%; height: auto; }
.footer { background-color: #BB1919; color: #FFFFFF; margin-top:20px; padding:10px; text-align: center; }

.ffloat { text-align:center; padding: 5px 0 10px 0; color: #FF0000; }
.ffloat a {color: #FF0000; text-decoration:none;}
.ffloat a:hover {color: #000000; text-decoration: underline;}
.bshadow { box-shadow: 2px 2px 2px grey; }

img { border:1px solid #FF0000; }