a:link { color: midnightblue;
         text-decoration: none; }
a:active { color: lightblue;
           text-decoration: none; }
a:visited { color: midnightblue;
            text-decoration: none; }
body { background-color: #F5DEB3; /* = "wheat" */
       color: #000000; /* = "black" */
        }
span.title { font-size: x-large; font-weight: bold;
	  color: #770077; /* purple, more or less */
	  margin-bottom: 4% }
span.bullet { font-size: x-large; font-weight: bold }
span.b { font-size: x-large; font-weight: bold }
span.s { font-size: large; font-weight: bold }
ul li { font-size: x-large; font-weight: bold;
     list-style-type: none }
ul li ul li { font-size: large;
          }

