a {
    color: #F90;
    text-decoration:underline;
    font-weight:normal;
}

.basic {
    color: #FFF;
    text-align: center;
}

.body_main {
    background: #215;
    color: #FFF;
    font-family: "Tahoma";
    font-style: normal;
    font-size: 1vw;
    font-weight: normal;
}

.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

.close:hover {
    background: #00d9ff;
}

.footer {
    color: #555;
    font-size: 0.5em;
    text-align: center;
}

td.titles {
    color: #80F;
    font-family: Copperplate;
    font-size: 1.25em;
    text-align: left;
}

.header {
    color: #6495ED;
    font-size: 0.75em;
    font-family: Monaco;
}

.header_yel {
    color: #FF0;
    font-size: 1.5em;
}

.city-card {
  background-color: #222;
  color: #fff;
  padding: 0.75em 1em;
  border-radius: 0.5em;
  text-align: center;
  width: 140px;
  font-family: sans-serif;
  text-decoration: none;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s, background-color 0.2s;
}

.city-card:hover {
  background-color: #444;
  transform: scale(1.05);
}

.city-card .zip {
    display: block;
    font-size: 0.85rem;
    color: #777;
    margin-top: 2px;
}

.city-card:hover .zip {
    color: #444;
}

.paragraph {
    color: #06F;
    font-family: Georgia;
    font-style: normal;
    font-size: 1em;
}

.paragraph_cfb {
    color: #6495ED;
    font-family: Courier;
    font-style: normal;
    font-size: 24px;
    line-height: 28.8px;
}

.paragraph_lg {
    color: #90EE90;
    font-family: Courier;
    font-style: normal;
    font-size: 1.5em
}

.table_top {
    color: #FF0;
    font-size: 2.5em;
    text-align: left;
}

.table_main {
    border: 1;
    border-spacing: 5px;
    border-color: black;
    color: #FF0;
    font-size: 24px;
    text-align: left;
}

hr.main {
  border: 5px solid #F16;
  border-radius: 5px;
  width: 55%;
  margin-left:20;
}

nav.list_ctr {
  color: #CFC;
  border: 1;
  font-size: 0.5em;
  text-align: center;
}

td.main {
    color: #FFF;
    border: 1;
    text-align: center;
}

td.cfb {
    color: #6495ED;
    font-family: Courier;
    font-style: normal;
    font-size: 0.5em;
    text-align: center;
}

td.no_border_lf {
    color: #CFC;
    border-left: none;
    font-size: 0.65em;
    text-align: left;
}

td.no_border_rt {
    color: #CFC;
    border-right: none;
    font-size: 0.65em;
    text-align: right;
}

td.list {
    color: #CFC;
    border: 1;
    font-size: 0.65em;
    text-align: center;
}

td.list_lf {
    color: #CFC;
    border: 1;
    font-size: 0.65em;
    text-align: left;
}

td.list_rt {
    color: #CFC;
    border: 1;
    font-size: 0.65em;
    text-align: right;
}

td.lg {
    color: #90EE90;
    font-family: Monaco;
    font-style: normal;
    font-size: 0.75em;
    text-align: left;
}

.td_list_lg {
    color: #FFF;
    border: 1;
    font-size: 1 em;
    text-align: left;
}

.td_pink {
    color: #F66;
    font-family: Courier;
    font-style: normal;
    font-variant: small-caps;
    font-size: 0.75em;
    text-align: left;
}

.th_titles {
    color: #FF0;
    text-align: left;
}

th.main {
    color: #F16;
    font-family: Calibri;
    font-style: normal;
    font-variant: small-caps;
    font-size: 0.85em;
    text-align: center;
}

.tr {
    border: 1;
    color: #FFF;
    text-align: center;
}

.tr_headers {
    border: 1;
    color: #90F;
    font-family: "Candara";
    text-align: left;
    text-decoration: none;
    font-size: 1.25em;
    font-weight:normal;
}

.img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

a.def:link, a.def:visited, a.def:hover, a.def:active {
    color:#F90;
    text-decoration:underline;
    font-weight:normal;
}

a.ifr:link, a.ifr:visited, a.ifr:hover, a.ifr:active {
    color:#F55;
    text-decoration:underline;
    font-weight:normal;
}

a.lifr:link, a.lifr:visited, a.lifr:hover, a.lifr:active {
    color:#F0F;
    text-decoration:underline;
    font-weight:normal;
}

a.missing:link, a.missing:visited, a.missing:hover, a.missing:active {
    color:#999;
    text-decoration:underline;
    font-weight:normal;
}

a.mvfr:link, a.mvfr:visited, a.mvfr:hover, a.mvfr:active {
    color:#55F;
    text-decoration:underline;
    font-weight:normal;
}

a.vfr:link, a.vfr:visited, a.vfr:hover, a.vfr:active {
    color:#0F0;
    text-decoration:underline;
    font-weight:normal;
}

