/* FONT FAMILY */
a { font-family: arial, verdana; }
.txt, .txt-hl, .txt-hm, .txt-rt, .txt-sm, .txt-sm-hl, .txt-ft,  .txt-lnk, .menu { font-family: arial, verdana; }

/* FONT SIZE */
a:link, a:hover, a:active, a:visited, a.svc { font-size: 12px; }
.txt-hl, .txt-hm, a.hm:link, a.hm:hover, a.hm:active, a.hm:visited { font-size: 12px; }
.txt, .txt-lnk, .hl1, .hours { font-size: 12px; }
.menu, .txt-sm, .txt-sm-hl, .txt-rt, a.sm:link, a.sm:hover, a.sm:active, a.sm:visited  { font-size: 11px; }
.txt-ft, a.ft:link, a.ft:hover, a.ft:active, a.ft:visited { font-size: 10px; }

/* COLOR */
a:link, a:active, a:visited, a.sm:link, a.sm:active, a.sm:visited, a.ft:link, a.ft:active, a.ft:visited  { color: #9EC56D; }
a:hover, a.sm:hover, a.ft:hover { color: #D62C22; }
.txt, .txt-hm, .txt-rt, .txt-sm, .txt-lnk .menu { color: #000000; }
.txt-ft  { color: #ffffff; }
.txt-hl, .txt-sm-hl { color: #00BCB4; }
.hours { color: #666666; }
.hl1 { color: #D7261C; }
.hl2 { color: #E879A2; }
.hl3 { color: #FCD646; }
.hl4 { color: #00BCB4; }
.item { color: #7db33d; }

/* OTHER FONT */
a { text-decoration: none; }
a:link, a:hover, a:active, a:visited, a.sm:link, a.sm:hover, a.sm:active, a.sm:visited { font-weight: bold; }
.txt-hl, .hours { font-weight: bold; text-align: left; }
