body { 
background-color: lightgrey; 
background-image:url('./data/1595_50.jpg');
background-repeat:no-repeat;
background-attachment:fixed;
background-size:cover;
font-family:Arial,sans-serif;

}
h1 { color: red; font-size:60px; }
h2 { color: black; font-size:45px; }
h3 { color: forestgreen; font-size:30px; }
h4 {color: black; font-size:25px;}
p { color: black; font-size:20px;}

/* Rounded border */
hr.rounded {
  border-top: 8px solid BurlyWood;
  border-radius: 5px;
  
}
a:link {
  color: blue;
  background-color: transparent;
  text-decoration: none;
  font-size:20px;
}

a:visited {
  color: purple;
  background-color: transparent;
  text-decoration: none;
  font-size:20px;
}

a:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
  font-size:20px;
}

a:active {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;
  font-size:20px;
}
</style>
