/*CSS document*/
/*CSS for interactive map pages*/
/*This file needs to be included in the imap_<building>.html 
*file under the <head> tag. See John's documentation
*on Styling with CSS for more inormation.
*/

/*control font attributes for in file <body> text*/
body { background-color: #C0C0C0;
      font: 10pt courier new;
    }
/*image attributes for map jpg's
img {	vertical-align: middle;
		min-width: 100%
		max-width: None
		min-height:	100% 
		max-height: None
	 }
/*header attributes
h1, h2, h3 { color: black;
				 text-align: center;
				 font-family: courier new;
				 font-style: normal;
				 font-size:	13pt;
				 line-heading: 15pt }

/*control text attributes and wrapping */
p   { text-indent: 15px;
   line-height: 125%;
   color: rgb(0, 0 ,0);
   margin: 20px 40% 0cm 0cm;
    }


