/* style for John Art site */

body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: small;
}

h1 {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: x-large;
}

h2 {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: xx-small;
}

p {
  font-size: small;
  color: black;
}

a {
  font-size: small;
  color: black;
}

td {}

a:link {
   color:blue;
  font-size: small;
}

a:visited {
   color:blue;
  font-size: small;
}

a:hover {
   color:blue;
  font-size: small;
}

a:active {
   color:blue;
  font-size: small;
}
