body {
	background-color: #b7e6e8;
	background-image: url( "../wall.png" );
	color: #000000;
	font-size: medium;
	font-style: normal;
	line-height: 1.2em;
}

a:link {
	color: #0080ff;
}

a:visited {
	color: #509090;
}

a:active, a:hover {
	color: #ff0060;
}

p {
	margin: 0.5em 0;
}

span.alert {
	color: #c00000;
	font-weight: bold;
}

span.deleted {
	text-decoration: line-through;
}

img.counter {
	vertical-align: middle;
}

address {
	font-size: small;
	font-style: italic;
}

address:before {
	display: inline;
	content: "AF ";
	font-style: normal;
}

.header {
	text-align: center;
}

.footer {
	text-align: center;
	line-height: 2em;
}

dd {
	margin-bottom: 1em;
	margin-left: 1em;
}

div.modified {
	font-size: small;
	margin-top: 0;
	margin-bottom: 1em;
	line-height: 1.2em;
}

hr {
	margin: 1em auto;
}

hr.break {
	width: 60%;
}

hr.subBreak {
	width: 40%
}

span.new {
	font-weight: bold;
	color: #d80030;
	font-variant: small-caps;
}

