/* default settings for the body */body {  font-family: Georgia, Tahoma, Verdana, Arial, Sans-serif;  font-size: .9em;  /* color: #6666CC; */  color: black;  margin-left: 5%;  margin-right: 5%;  /* background-color: #FFFFAA; */  background-color: white;}body { background-image: url(bg.gif) } body { background-repeat: no-repeat }h1, h2, h3 {  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;}/* settings for headings */h1 {font-size: 250%; font-weight: bold; color: black; text-align: center;}h2 {font-size: 175%; font-weight: bold; color: black; text-align: center;}h3 {font-size: 130%; font-weight: bold; color: black; }  /* settings for content */p {font-size: 100%; line-height: 125%;}p.indented {margin-left: 3em}p.flushright {text-align: right; margin-right: 3em}p.address {  font-size: 80%;  font-style: italic;  text-align: center;  }ul {font-size: 100%;}ul.indented {margin-left: 3em}li {font-size: 100%; line-height: 125%;}/* style behaviors for links */a {  /* text-decoration: none; */  /* font-weight: normal; */  }a:hover {  text-decoration: underline;  /* color: red; */  /* background-color: lightblue; */  }a:visited {  /* color: purple; */  }a:active {  /* color: red; */  }a.menu {  text-decoration: none;  /* font-weight: normal; */  }a.menu:hover {  text-decoration: underline;  /* font-weight: normal; */  }@media print {  h2 { font-size: 130%; }}
