/*
 * cascaded style sheet for the muppet's lair 
 *
 * scott arrington, 31 dec 98
 */

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

ul,ol,li {
	font-family:	verdana,lucida,helvetica,sans-serif;
}
/*
table,th,tr,td {
	font-family:	verdana,lucida,helvetica,sans-serif;
	font-size:	10pt;
}
*/

hr { color: black; }

a    { text-decoration: none; /*font-family: sans-serif; font-weight: bold;*/ }
a:link    { color: #ffffff; }
a:active  { color: #ff00ff; }
a:visited { color: #00ffff; }
a:hover   { color: #00aaaa; }

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; }
#mod2 { font-size: 9pt; width: 100%; background: black }
#mod2 td { font-size: 9pt; }

/* some div styles */
#pagetitle { 
	background: #111111; 
	align: center; 
	padding-left:	50px; 
	padding-right:	50px; 
	padding-top:	5px;
	padding-bottom:	5px;
}

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

