/****************************************************************************
 * Styles for the structure of every web texts.				*
 * These are for the divisions (div) only, the main container				*
 * and the "div" containing the content "text" 								*
 * in the main pages (the Call... file)not in the menu.php file.			*
 * menu.php has its own styles in Menu.css.		  	 	 		  			*
 ****************************************************************************/
<!--

div.container
{
width:100%;
margin:0px;
border:1px solid gray;
margin-left:-2pt;
}
h1.header
{
padding:0;
margin:0;
}
div.content
{
float:none;
margin-left:190px;
margin-right:120px;
border-left:1px solid gray;
padding:1em;
line-height:115%;
text-align: justify;
}


-->
