/* CSS Document */

body {
	background: #000066; 
	color:#ffcc33;
	text-align:left;
	max-width: 850px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 8px;
	font-size: 16px;
	font-family: Helvetica, verdana,arial,serif;
	}

a, a:visited, a:active {
	font-size: 16px;
	font-weight:normal;
	font-family: verdana,arial,serif;
	background: transparent; 
	color:#e0ffff;
	text-decoration:none;
	border-bottom:none;
	}

a.img:hover {
	background: transparent;
	color: #ffffff;
	text-decoration: none; 
	border-bottom:none;	
	font-size: 16px;
	font-family: verdana,arial,serif;
	}

a:hover {
	background: #e0ffff; 
	color:#000066;
	font-size:16px;
	font-weight:bold;
	font-family: verdana,arial,serif;
	text-decoration:none;
	border-color:#dcdcdc; 
	border-style:outset; 
	border-width:thin; 
	}

pre, .pre {
	background:#deb887; 
	color:#006400;
	width: 400px;
	font-size:small; 
	font-family:serif; 
	font-weight:normal; 
	border-color:#dcdcdc; 
	border-style:outset; 
	border-width:thin; 
	}

.TEXTBOX { 
	background:#e0ffff;
	color: #000066; 
	font-size: small; 
	text-decoration: none;
	}

input, select, textarea {
	background:#e0ffff;
	color: #000066;
	font-weight: bold;
	}

.container {
	display:block;
	}

div.container {
	text-align: left;
	}

div.text {
	margin-left: auto;
	margin-right: auto;
	text-align: left; /* overrule inheritance */
	}

.footnote {
	font-size: 70%
	}  /* class as selector */

#wl {
	color: lime; 
	background: #000000;
	}

#fup { 
	font-size: larger 
	}

P.initial:first-line {
	text-transform: uppercase;
	}

P.initial:first-letter { 
	font-size: 150%; 
	background: transparent; 
	color: red;
	}

.punk     { 
	color: lime; 
	background: #ff80c0;
	}

P.warning { 
	font-weight: bolder; 
	color: #ff0000; 
	background: #ffffff;
	}

P.head { 
	font-weight: bold; 
	font-size: small; 
	color: #000066;
	background: #ffcc33; 
	}

P.next {
	font-weight: bolder; 
	border: ridge 4px; 
	background: #ffcc33;
	color: #000066; 
	}

P.title {
	font-weight: bolder; 
	font-size: 18px;
	border: ridge 2px; 
	padding: 2px; 
	background: #e0ffff;
	color: #000066; 
	}
P.content {
	background: transparent; 
	color:#ffffff;
	width: 700px;
	font-size: 17px; 
	font-family: helvetica, serif; 
	font-weight:normal; 
	padding: 4px;
	}

P.space {
	letter-spacing: 7px;
	font-weight: bold; 
	font-size: small;
	border: ridge 2px; 
	background-color: transparent;
	color: #ffcc33;
}
	
#ind5 { 
	text-indent: 5%;
	}

.bdash {
	background: transparent; 
	color:#000066;
	font-family:arial; 
	font-size:medium; 
	border-style:dotted; 
	border-width:thin; 
	border-color:#990000; 
	}
