a:link { color: blue; text-decoration: underline }
a:visited { color: brown; text-decoration: none }
a:active { color: red; text-decoration: none }
a:hover { color: green; text-decoration: none }

#locations a:link { color: inherit; text-decoration: underline }
#locations a:visited { color: inherit; text-decoration: none }
#locations a:hover { background-color:#ccc; text-decoration: underline }

body {
  margin: 0;
  padding: 0;
  color: black;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 14pt;
  background-color: white;
}

li {
  margin-left: 0;
  margin-right: 10%;
  margin-top: .5em;
  margin-bottom: .5em;
}

.highlight_1 {
  font-weight: bold;
}
.lake {
  font-weight: bold;
  color: blue;
}
.river {
  font-weight: bold;
  color: brown;
}
.stream {
  font-weight: bold;
  color: red;
}
.nertz {
  font-weight: bold;
  color: green;
}


#main {
  position: relative;
  top:0;
  left:  0;
  width: 100%;
  margin-top: 10px;
}

#content {
  margin: 0 0 0 0;
  border: 1px solid #b9d2e3;
  background-color: white;
  color: black;
}
#content .inner {
  margin: 10px 20px 10px 40px;
}
#content .inner h2 {
  color: #245185;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #b9d2e3;
  font-size: 110%;
}

#content .inner .blog h2 {
  border-bottom: none;
  padding-bottom: 0.2em;
  font-size: 110%;
}


#content .inner h3 {
  color: #245185;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #b9d2e3;
  font-size: 90%;
}
#wrapper {
  color: black;
  margin: 0px 4px 3px 4px;
  padding: 0px 10px 10px 10px;
  background-color: white;
  min-width: 300px;
  max-width: 800px;
}

.emphasize {
  font-weight: bold;
  color: brown;
}

.card::before{content:attr(data-rank)}
.spades::after{content:"\2660"}
.hearts::after{content:"\2665";color:red}
.diamonds::after{content:"\2666";color:red}
.clubs::after{content:"\2663"}

/*<span data-rank="7" class="card spades"></span>
<span data-rank="7" class="card clubs"></span>
<span data-rank="6" class="card diamonds"></span>
<span data-rank="K" class="card hearts"></span>&/
