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

p, li, td {
   font-family: Helvetica, Arial, sans-serif;
   font-size: small;
}

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

h2 {
   font-family: Helvetica, Arial, sans-serif;
   font-size: medium;
   color: rgb(150, 0, 0);
}

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

.menu {
   background: white;
   border-right: solid #aaaaaa 1px;
   font-family: sans-serif;
   font-size: small;
}

.alert {
   background: white;
   border: solid red 1px;
   margin: 1;
   padding: 5;
}

.header {
   font-size: large;
}

.technical {
   background: #dddddd;
   border: solid black 1px;
   padding-left: 1em;
   padding-right: 1em;
   padding-top: 1ex;
   padding-bottom: 1ex;
   font-size: smaller;
   font-stretch: semi-condensed;
   margin-left: 10%;
}

.credits {
   background: #eeeeee;
   font-stretch: condensed;
   font-size: 0.8em;
   font-family: Helvetica, Arial, sans-serif;
   text-align: right;
}

.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
}
