/* unvisited link */
/* a:link {
  color: yellow;
} */

/* visited link */
a:visited {
  color: green;
}

/* mouse over link */
a:hover {
  color: hotpink;
}

/* selected link */
a:active {
  color: blue !important;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
html {
  font-size: 16px; /* Mobile-first baseline */
}

body {
  font-size: 1rem;
  line-height: 1.5;
}

p {
  /* Default, mobile-first, 16px */
  font-size: 1rem;
}
p.menus {text-align:center;
font-family: Times New Roman, Times, serif !important;
font-size:1.1rem !important;
color:#FFFF00 !important;
}

p.menus a {font-size:1.1rem !important;}
.slash {color:#FF0000 !important;}
/* Tablet: 768px and up */
@media (min-width: 768px) {
  html {
    font-size: 18px;
  }
}

/* Desktop: 1200px and up */
@media (min-width: 1200px) {
  html {
    font-size: 20px;
  }
}

/* Example for h1/h2/h3/p scaling */
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.5rem;
}
p {
  font-size: 1rem;
}