/* Twin goddess CSS */
BODY {
	text-align: left;
	background: white;
	color: black;
	line-height: 1.4;
}

P {
	margin: 0em 2em 0.5em 3em;
	font-size: 1em;
	line-height: 1.4;
}

P.base {
	margin: 0em 0em 0.5em 0em;
	font-size: 1em;
	line-height: 1.4;
}

H1 {
	font-weight: bold;
	font-size: 2.5em;
	border-width: thick 0;
	border-style: solid;
	border-color: black;
	padding: 0em 0.5em;
}

h2 {
	margin: 1.5em 0em 1em 0em;
	font-weight: 700;
	font-size: 1.5em;
	border-width: thick 0em 0em 1.5em;
	border-style: solid;
	border-color: silver;
	padding: 0.5em 0.5em 0em 0.5em;
}

h3 {
	margin: 1.5em 0em 0em 1em;
	font-weight: 500;
	font-size: 1em;
	font-weight: bold;
	border-width: thin 0em 0em 0em;
	border-style: solid;
	border-color: black;
	padding: 0.5em 0.5em 1em 0.5em;
}

h4 {
	margin: 0em 0em 0em 2em;
	font-weight: 500;
	text-decoration: underline;
}
