html *
{
   font-family: Helvetica !important;
}

h3 {
  color: purple;
}
strong { 
  font-weight: bold;
  color: 		#999900;
}
pre {
    background-color: #544d4d;
    color: white
}
body {
  background-color : gray;
}
ul {
  list-style-type: circle;
}

