/* Style for First Assistant WWW. June 2012. BRK. */

@import url(https://fonts.googleapis.com/css?family=Magra|Actor);

body {
	font-family: "Actor", serif;
	font-size: 13pt;
	color: white;
	background-color: #376477;
	padding: 0 40pt 30pt 40pt;
	}

footer {
	width: 100%;
	clear: both;
	color: #ccc;
	background-color: #84ACBD;
	text-align: center;
	}

footer a {
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
	}
footer a:link,
footer a:visited {
	color: #fff;
	}

copyright {
	font-size: 0.7em;
	color: #ddd;
	}



a:link, a:visited {
	color: #FFFAE2;	/* SEE ALSO div.Teardrop h1 in style-index.css. */
	}
a:hover {
	color: #FFFEBA;
	}

h1, h2, h3, h4, h5 {
	font-family: "Magra", sans-serif;
	font-weight: normal;
	}

h1 {
	margin-top: 20pt; margin-bottom: 0;
	font-size: 24pt;
	}
h2 {
	margin-top: 30pt; margin-bottom: 15pt;
	font-size: 18pt;
	}
h3 {
	font-size: 14pt;
	}
h4 {
	font-size: 13pt;
	}


code {
	font-family: "Monaco", monospace;
	font-size: 0.9em;
	letter-spacing: -0.1em;
	padding: 0 2pt 0 2pt;
	}

ul {
	margin: 0 1em 0 1em;
	padding: 1em;
	background-color: #A0BECC;
}

ul li {
	margin: 0 1em 0 2em;
	}

li + li {
	margin-top: 0.5em;
	}

