BODY {
	color: Black;
	background-color: #FFB210;
	font-family: Arial, Helvetica;
	font-size: smaller;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	padding: 0;
	}

a {
	color: black;
}
table.lined { border-collapse:collapse; }
table.lined td { border : 1px solid black; }
.button {
	background-color: Black;
	color: white;
	border: 1px solid white;
}
H1.header { 
	color: Black;  
	font-size: small;  
	letter-spacing: 5px;  
	margin-top: 0;  
	font-family: Arial, Helvetica, sans-serif;  
	text-transform: lowercase;  
	text-align: center;       
}
H1.light { 
	margin-top: 0;  
	color: White;  
	font-size: 16pt;  
	font-family: Arial, Helvetica, sans-serif;  
	font-weight: bolder;  
	text-indent: 40px;
}
H1.dark { 
	margin-top: 0;  
	color: Black;  
	font-size: 16pt;  
	font-family: Arial, Helvetica, sans-serif;  
	font-weight: bolder;  
	text-indent: 40px;
}
	
.light{
	color: White;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
.dark{
	color: Black;
	/*font-weight: bold;*/
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
.light a, .dark a {
	font-weight: bold;
}
.darkbg{
	background-color: Black;
}
.line{
	border-top: 1px solid black;
}
input.text {   border: 1px solid Black;  background-color: white;   }
input.cb { BORDER: none;}
input.result {   border: 1px solid Black;  background-color: #FFB310;  color: Black;    }
li {

	margin-bottom: 7px;
	margin-top: 7px;
	list-style-image: url(list.gif);
}
.paragraf { 
	text-indent: 35px;
	text-align: justify; 
	padding-left: 5px;
	padding-right: 5px;
}
.border {
	border: 1px solid black;
}
.indent {
	padding-left: 40px;
}
.menu{
	background-color: black; 
	position: absolute; 
	width: 99px; 
	height: 22px;
	top: 110px;  
	text-align: center;
	/* padding-top: 10px; */
	}
	.menu a{
	color: #EEEEEE;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 2px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin-top: 5px;		
	display: block;
	}
	.menu a:hover{
		color: #FFFFFF;
		text-decoration: none;
	}
	li a {
		font-weight: bold;
	}
	table.calculator td {
		vertical-align: top;
	}
.column {
    float: left; 
	width: 43%; 
	min-height: 208px; 
	margin-left:3%; 
	margin-right: 0;
	margin-bottom: 20px;
	padding: 5px;
  }
  .column img {
    float: left;
	margin-right: 5px;
  }
  .p80 {
  	 padding-left: 10%;
	 padding-right: 10%;
  }
  div.phpinfo{
  	background-color: #FFB210;
  }
  div#newscol {
   float: left;
	width: 304px;
	padding-left: 5px;
	padding-right: 5px;  
  }
  div#newscol img {
  	 margin-right: 3px;
  	 margin-left: 3px;
  }
  div#infocol {
   margin-left: 314px;
	padding-left: 10px;
	padding-right: 10px; 
  }
  div#buttoncol{
  	float: left;
	width: 294px;
   text-align: right;
	background-color: #FFB210;
	padding-top: 3px;
	padding-right: 10px;
  }
  div#buttoncol img{
    margin-left: 10px;
  }
  
  div#copyright {
  	margin-left: 304px;
  }
table.lined { border-collapse:collapse; }
table.lined td { border : 1px solid black; padding: 3px;}

	.chapter {
		background-color: black;
		color: white;
		font-weight: bold;
	}
	.colsel {
		background-color: #FFD378;
	}