P { 
	font-family: georgia; serif; 
	font-size:14px; 
	line-height:18px; 
	padding:0px; 
	margin:15px 15px 15px 15px;
}
P.log { 
	margin:15px 15px 15px 15px;
}
P.ref { 
	margin:15px 5px 15px 5px;
}
P.date { 
	color:#418FAA; 
	margin:15px 0px 0px 0px;
}
P.app {
	margin:15px 15px 40px 15px;
}
P.emph {
	font-size:18px;
	font-style:italic;
	margin:15px 15px 15px 15px;
}

a { color: #9A1A4D; text-decoration:none; }
a img { border:0; }
a:hover { text-decoration:underline; }

body {
	margin-left: 50px; 
	margin-right: auto; 
	text-align: left;
	width: 700px;
}

body.app {
	background-color:#333333;
	color:white;
}

H1, H2, H3 {
	font-family: Optima; Palatino;
	font-weight: lighter;
	margin-left:5px;
}

em {
	color:#3283A0; 
	font-style:italic;
}

.off { color: black; }
.highlight { 
	color:#3283A0; 
	font-style:italic;
}

#header { 
	padding: 20px; 
	width: 700px; 
	position:relative; 
	font-family: Optima; Palatino; 
}
#header .title { 
	position:absolute; 
	left:20px; 
	font-size:36px; 
}
#header .subtitle { 
	position:absolute; 
	left:30px; 
	font-size: 18px; 
	top:65px;  
}
#header .mainnav { 
	position:absolute; 
	right: 20px; 
	font-size: 18px; 
	top:26px; 
}

#text { 
	padding:10px 20px 20px 20px;
	width:675px;
}
