/* for the directory index */

body {
  background-color: #ccc;
  /*font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 12px ;
  line-height: 14px ;
  */
  margin: 0em;
  /*padding: 0px;*/
  border: 0px none ;
  color: #000;
  text-align: left;
}

h1 {
    color:  #ccc;
    /*display: inline;*/
    margin-top: 0px;
    margin-left: 0px;
    padding: 5px 0px 5px 5px;
    /*height: 50px;*/
    width: auto;
    background-color: #333;
    font: bolder 30px  Verdana, Arial, Helvetica, sans-serif;
    letter-spacing: -0.1em;
    font-variant: condensed;
}

.block {
    
	margin-top:    0px;
	margin-left:7%;
	margin-right: 7%;
	margin-bottom:7%;
	background-color: #f2f2f2;/* MODIFY-color */
	/* Netscape 4 requires this 1px border.
     Without it, the paper borders below cause
     the white background to disappear. */
	border: 1px #999 solid;/* MODIFY-color */
	padding-left: 2em; 
	padding-right: 15px;
	padding-top:   15px;
	padding-bottom: 0.5ex;
	/*This breaks Netscape 4: (display does not go 	full width).
	 * width: auto;
	 */
	
}

.block a{
	color: #555;  /* #555 */
	text-decoration:none;
}

.block a:hover{
	color: #06f; 
	text-decoration:underline;
}