<style>

body {
   background-color: gray;
}
a, th, td, p, li, dt, dd, div, h1, h2, h3, h4, h5 {
   font-family: verdana,arial,helvetica,sans-serif;
   font-size: 14px;
}
a {
   color: blue; 
   font-size: 14px; text-decoration: none;
}
a:hover {
   color: red; 
   font-size: 14px; text-decoration: underline;
}
th {
   font-size: 15px;
}
pre {
   color: blue;
   background-color: #a0a0f0;
   font-size: 15px;
   padding: 10px;
   width: 100%;
}
h1 {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 24px;
}
h2 {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 18px;
}
h3 {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 15px;
}
</style>
