/* CSS Document */

blockquote h1, blockquote h2, blockquote h3,  blockquote h4, blockquote h5 {
	color: black;
}

p { text-align: left; }

body.declarationhead, blockquote.declarationhead  {
	background-color: #CFAF80;
	text-align: center;
}
h1.declarationhead {
	font-family: Times, TimesNR, Georgia, serif;
	font-weight: normal;
	font-size:medium;
	text-transform: uppercase;
	letter-spacing: 0.8em;
}
h2.declarationhead {
	font-family: Times, TimesNR, Georgia, serif;
	font-variant: small-caps;
	letter-spacing: 0.4em;
}
h4.declarationhead {
	font-family: Times, TimesNR, Georgia, serif;
	font-weight: normal;
}
.declarationhead strong { text-transform: uppercase; font-weight: inherit; }
.signer {
	font-style: italic;
}
ul.abuse {
	list-style: none;
	text-indent: 1em;
}
#declaration {
	font-size: x-large;
	display: block;
	margin: 1em 0;
}
#signature { 
	font-family: Times, TimesNR, Georgia, serif;
	text-indent: 0; margin: 1em 0 1em 50%
}

svg rect { fill: rgb(200,200,200); stroke: black; }
svg .central { fill: yellow; } 
svg #offset { fill: green; opacity: 0.5; }
svg polygon { fill: cyan; stroke: black; stroke-width: 2; }
svg polyline { fill: none; stroke-width: 2; stroke: black; }
svg .point { fill: blue; }
