/*
   Content Style Sheet for karl at khaos dot com's website
*/


body {
  background: #100000 url(/images/PhotoGray_browser_bg-3.jpg) repeat scroll top left;
  text-align:center;
  font-family:chalkboard,monaco,helvetica;
  color:#BB44FF;
}

a:link    { color:#BB00FF; }
a:visited { color:#8844FF; }
a:hover   { color:#88BBFF; }
a:active  { color:#BBBBFF; }

p  { font-size:15pt; }
h1 { font-size:300%; }
h2 { font-size:200%; }
h3 { font-size:150%; }

hr {
  background-color:#BB44FF;
  width:67%;
  border-width:0;
  height:2px;
}

