html,body {
	height:auto;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size:100%;
	background-color:#E4F4FF;
	font-family: Tahoma,Geneva,Verdana,sans-serif;
	}
	
pre {
    white-space: pre-wrap;       /* CSS 3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */

}
	
img{max-width:100%;
}

h1{
	font-size:1em;
	font-weight:bold;
}

h4{
	display:inline;	
}

A:link {text-decoration: underline;}
A:visited {text-decoration: underline;}
A:hover {text-decoration: underline; color: red;}
A.here:link {text-decoration: underline ;}
A.here:visited {text-decoration: underline;}
A.here:hover {text-decoration: underline ; color: red;}

#space{ position: relative;
	position:center;
	text-align:center;
	width: 100%;
	background-color:#E4F4FF;
	color: black;
	height: 35px;
	      }

#contentsBackground{ position: relative;
	position:center;
	text-align:center;
	width: 100%;
	background-color:#E4F4FF;
	color: white;
	      }
	      
#contentsBox{ position: relative;
	position:center;
	text-align:justify;
	Margin: 0px auto;
	padding:5px;
	min-height: 100%;
	      max-width: 770px;
	      background-color: #ffffff;
	      color: navy;
	      }
	      
#mastHead{ position: relative;
	position:center;
	top:10px;
	text-align:justify;

	min-height: 100%;
	text-align: left;
	padding-left: 10px;
	background-color:white;
	      color: #00009D;
              
	      }
#linkIndex{ position: relative;
	font-size:100%;
	/*height:37px;*/
	line-height:40px;/*to vertically centre text*/
	text-align:center;
	Margin: 0px auto;
	min-height: 100%;
	/*width: 780px;*/
	width: 100%;
	background-color: #d4e3ed;
	color: #000080;
	      }
#linkIndex>A:link {text-decoration: underline; color: navy;}
#linkIndex>A:visited {text-decoration: underline; color: navy;}
#linkIndex>A:hover {text-decoration: underline; color: red;}
#linkIndex>A.here:link {text-decoration: underline ; color: navy;}
#linkIndex>A.here:visited {text-decoration: underline; color: navy;}
#linkIndex>A.here:hover {text-decoration: underline ; color: red;}


/*titlebox is header of an 'article'*/
#titlebox { position:relative;
	position:center;
	Margin: 0px auto;
	z-index:2;
	/*width: 750px;*/
	/*background-color:#99CCFF;*/
	}
#titlebox>h1{
font-size:1.5em;
font-weight:bold;
}


/*textbox is content of an 'article'*/
#textBox{ position: relative;
	position:center;
	text-align:justify;
	padding: 10px;
	Margin: 0px auto;
	min-height: 100%;
	/*width: 700px;*/
	background-color: #ffffff;
	      }
#textBox>A:link {text-decoration: underline; }
#textBox>A:visited {text-decoration: underline; }
#textBox>A:hover {text-decoration: underline; color: red;}
#textBox>A.here:link {text-decoration: underline ;}
#textBox>A.here:visited {text-decoration: underline;}
#textBox>A.here:hover {text-decoration: underline ; color: red;}

#textBox>hr {width:25%; background-color: #d4e3ed;  color: #d4e3ed;}

#foot{ position: relative;
	color: black;
       text-align: center;
       }





