/* -- cornerhost.sys ------------------- */

body {
   background: white;
   width: 600px;
   padding-top: 25px;
   margin: auto;
   font-family: verdana, arial, sans-serif;
   font-size: 10pt;

   border-bottom: solid gold 5px;
}


h1 {
   border-top: solid #ffee99 8px;
   background: gold;
   font-size: 10pt;
   padding: 8px;
}

.main {
  background: white;
}

a {
  font-weight: bold;
}

a:visited {
  color: purple;
}


pre {
  background: #eee;
}
