/* AOS.css */

body {
  margin-left: 10%; margin-right: 10%;
  color: black; background: white;
  font-family: Trebuchet MS, Arial, sans-serif; font-size: 12pt;
  background-image: url(../Images/creamparch3.jpg);
}

h1 { font-size: 200%; }
h2 { font-size: 150%; }
h3 { font-size: 100%; }

pre { font-family: monospace; }

h1,h2,h3,h4,h5,p,ul { font-family: Trebuchet MS, Arial, sans-serif; }

div.box { border: solid; border-width: thin; width: 100%; }

a:link { color: blue; text-decoration: none; }  /* for unvisited links */
a:visited { color: maroon; text-decoration: none; } /* for visited links */
a:active { color: blue; text-decoration: none; } /* when link is clicked */
a:hover { color: blue; text-decoration: none; } /* when mouse is over link */
