/*CSS document*/
/*CSS file for the UC interactive map link pages
 * all interactive map pages must conform to this style.
 * To include a css style in an xhtml code link this file
 * to the head of your xhtml file:
 * 	<xhtml xmlns="http:www.w3.org/1999/xhtml">
 * 		<head>
 * 			<misc. foo >
 * 			<link rel="sytlesheed" href="mapstyle.css" type="text/css">
 * 		</head>
 *
 * For more information on styling with CSS see John Shipmans documentation:
 * http://www.nmt.edu/tcc/help/publs/css/
 * */
/*control header attributes*/
h3 {	color: black;
	text-align: left;
	font-family: times, courier new;
	font-style: bold;
	font-size:  25px;
    }
/*control text attributes and wrapping */
p   {	text-indent: 15px;
	line-height: 125%;
	color: rgb(0, 0 ,0);
	margin: 20px 40% 0cm 0cm;
    }
/* background color for pages */
body {	background-color: #C0C0C0;
     }


