/*
 * cascaded style sheet for the muppet's lair, tweaked for the 
 * humor index. 
 *
 * scott arrington, 2 jan 99
 */


body {
	/*background: 	#bbb;*/
	background:	#203;
	/*color: 	#111;*/
	color:		#00C6FF;
/*	color:		#0cF;*/
	font-family:	verdana,lucida,helvetica,sans-serif;
	font-size:	10pt;
	margin-left: 5%; 
	margin-right: 5%; 
}

hr { color: black; }

a    { text-decoration: none; }
a:link    { color: #ffffff; }
a:active  { color: #ff00ff; }
a:visited { color: #00ffff; }

h1,h2,h3,h4,h5 { font-family: verdana,lucida,sans-serif; font-weight: bold; }

h1 { color: #0cf; font-size: 18pt; margin-left: -4%; }
h2 { color: #0be; font-size: 16pt; margin-left: -3%; font-style: italic; }
h3 { color: #1ad; font-size: 14pt; margin-left: -2%; }
h4 { color: #29c; font-size: 12pt; margin-left: -1%; }
h5 { color: #38b; font-size: 11pt; margin-left: 0%; }

tt, pre { font-family: courier,fixed; }

p { text-align: justify; }
#indentpar  { text-align: justify; text-indent: 2em; }
#hangindent { text-align: justify; text-indent: -2em; margin-left: 5%; }
#mod { text-align: center; }

/* some div styles */
#pagetitle { background: #111111; width: 80%; align: center; padding: 5px; }

/* for the navigation bar */
#nav {
	background:	#111;
	color:		#555;
	font-family:	verdana,lucida,sans-serif;
	font-size:	11pt;
	text-align:	center;
}

big { font-size: 12pt; }
small { font-size: 9pt; }


