
/* Stylesheet for Paper1 */

body {
	background-color: #eeeeee;
	font-family: Geneva, Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
}

h1, h2, h3 {
	font-family: Geneva, Arial, sans-serif;
	color: maroon;
}

em {
	color: maroon;
	font-family: Geneva, Arial, sans-serif;
	font-style: italic;
	font-weight: bold;
}

.centered {
	text-align: center;
}

.inline-heading {
	color: maroon;
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
}

.divider {
	border-bottom: 2px solid gray;
	margin-bottom: -10px;
}

.caption {
	color: maroon;
	margin-top: -15px;
}

.separated {
	padding: 3px 5px 3px 7px;
	margin-bottom: 3px;
}
