/* style.css Stylesheet for MoreCamino pages */

#header {
	background:#eeeeee;
	height:18px;
	position:relative;
}

#header h1 {
	font-size:13px;
	color:black;
	margin-top:10px;
	position:relative;
}

#header A:link { 
	color:black;
	text-decoration:none;
	margin-top:10px;
}

#header A:visited {
	color:black;
	text-decoration:none;
	margin-top:10px;
}

body {
  margin-left: 10%; margin-right: 10%;
  color: black; background: white;
}


body,td,a,p,.h {
	font-family:Lucida Grande, sans-serif;
}
body {
	font-size:13px;
	color:#0c0f46;
	margin-left:10%;
	margin-right:10%;
	text-align:left;
}
h1 {
	text-align:center;
	color:#000;
}
h2,h3,h4,h5 {
	margin-left:-2%;
	color:#000;
}
h6 {
	font-size:9px;
	text-align:center;
}
div.footer {
	font-size:9px;
	text-align:center;

}
