<style>
h1, h2, h3, h4, h5 {
  color: rgb(64, 0, 128)
}
h1, h2, h3 {
  font-family: Arial, Helvetica
}
h3, h5 {
  font-style: italic;
}
h1 {
  text-align: center;
  font-size: 30
}
body {
  background-color: rgb(255, 255, 192)
}
a:link {
  color: rgb(0, 0, 255)
}
a:active {
  color: rgb(255, 0, 0)
}
a:visited {
  color: rgb(128, 0, 128)
}
img {
  border: 0
}
strong a {
  text-decoration: none
}
tt {
  font-family: Courier New, Courier;
}
.red {
  color: red
}
.cpp {
  color: green
}
.pas {
  color: rgb(128, 64, 0)
}
.sql {
  color: rgb(192, 0, 255)
}
.pro {
  color: rgb(0, 128, 192)
}
.odd {
  background-color: rgb(255, 255, 255)
}
.even {
  background-color: rgb(216, 216, 216)
}
.heading {
  background-color: rgb(255, 255, 128);
}
</style>.