




/*
     FILE ARCHIVED ON 21:24:14 Mar 26, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 7:45:13 Oct 11, 2016.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
body {
 font-size: 9px;
 font-family: "Lucida Grande", Verdana, Arial, sans-serif;
 padding-bottom: 15px;
}

div#menu {
 position: fixed;
 top: 20px;
 left: 20px;
 width: 180px;
}

div#content {
 position: absolute;
 top: 20px;
 left: 220px;
 width: 740px;
}

footer {
 position: fixed;
 bottom: 10px;
 left: 20px;
 width: 180px;
 color: #CCC;
}

h1, h2, h3, h4 {
 color: #CCC;
 text-transform: uppercase;
 font-style: italic;
}

h1 {
 font-style: italic;
}

h2 {
 border-bottom: 1px solid #CCC;
}

h3 {
 color: #999;
}

h3.article_title {
 border-bottom: 1px solid #EEE;
}

a {
 font-weight: bold;
 color: #999;
 text-decoration: none;
}

a:hover {
 color: #000;
 text-decoration: underline;
}

h1 a {
  color: #CCC;
}

ul {
 padding-left: 3px;
}

p.article_date {
 font-weight: bold;
 color: #999;
}