body {
	background: white;
	color: black;
	font-family: Georgia, Times, Bookman, serif;
}

small {
	font-size: 80%;
}

h1, h2, h3, h4 {
	background: white;
	color : navy;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

h1 {
	text-align: center;
	font-size: 180%;
}

h2 {
	text-align: left;
	font-size: 132%;
}

h3 {
	text-align: left;
	font-size: 100%;
}

h4 {
	text-align: left;
	font-style: italic;
	font-size: 100%;
}

a:link {
	color: blue;
	background: transparent;
}

a:visited {
	color: maroon;
	background: transparent;
}

a:active {
	color: red;
	background: transparent;
}

p.local {
	color: black;
	background: yellow;
	text-align: center;
	font-family: Times, Bookman, serif;
	font-weight: bold;
}

p.local a:link {
	color: blue;
	background: yellow;
}

p.local a:visited {
	color: maroon;
	background: yellow;
}

p.local a:active {
	color: red;
	background: yellow;
}

p.external {
	color: black;
	background: aqua;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

p.external a:link {
	color: blue;
	background: aqua;
}

p.external a:visited {
	color: maroon;
	background: aqua;
}

p.external a:active {
	color: red;
	background: aqua;
}

cite {
	font-weight: bold;
	font-style: normal;
}

.quote {
	background: transparent;
	color: purple
}

.byline {
	font-size: 80%;
}

.spoiler {
	text-align: center;	
}

.note {
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: fuchsia;
	background: transparent;
}

.center {
	text-align: center;
	}