html {
  color: black;
  background-color: white;
  margin-left: 4%;
  margin-right: 2%;
}

h1 {
   text-align: center;
   font-family: Helvetica, Arial, sans-serif
}

h2 {
   color: #515e4b;
   font-family: Helvetica, Arial, sans-serif
}

h3 {
   font-family: Helvetica, Arial, sans-serif;
}

.lisp {
   background: #aaaaaa;
   border:solid #aaaaaa 0.1px;
   /* white-space:pre; */
   font-family: sans-serif;
}

.example {
   background: #cccccc;
   border:solid #cccccc 0.1px;
   /* white-space:pre; */
}

.code {
   background: #faf0e6;
   border:solid #faf0e6 1px;
   /* white-space:pre; */
}

.function-name {
   color: rgb(25%,0%,0%);
} 

.variable {
   color: rgb(0%,25%,0%);
}


A:link
{
    text-decoration: none
}
A:active
{
    text-decoration: none
}
A:visited
{
    text-decoration: none
}
A:hover
{
    text-decoration: underline
}

