/* $Id: hackery.css,v 1.4 2007/05/02 11:57:20 jmb Exp $ */

/* ******************  body  *************** */

html, body {
  color: #00a0ff !important;
  background-color: black !important;
}

html, body, h2, h3, h4, div, p, ul, li, input {
  font-family: Arial, Helvetica, sans-serif;
}

#logo {
   text-align: center;
   margin: 0;
   padding: 0;
   margin-bottom: 0.3em;
}

a:link {color: #00ffff;}
a:visited {color: #808080;}

.center {text-align: center;}

.footnote {
	font-size: x-small;
	font-style: italic;
}

.inlineQuote  {
	font-family : sans-serif; 
	font-style : normal;
	margin-left : 80px;
	margin-right : 60px;
	padding-left : 5px;
	border-left: 2px solid #99CCFF;
}

a img { color: #fff; }         /* hide the border in Netscape 4 */
@media all {                   /* hide from Netscape 4 */
   a img { color: inherit;     /* undo the rule above */
   border: none;               /* hide from Netscape 4 */
   }
}

/* w3c conformance attribution floater */
#Floater {
	position: fixed;
	bottom: 0px;
	right: 0px;
	width: 80px;
	padding: 10px;

	/* Mozilla proprietary */
	-moz-border-radius: 12px;
}

#Floater IMG {
	border: 0
}
