H1 { text-align: center; }

H2 { margin-top: 5px;
	margin-left: 0px;
	padding: 0.5em;
	border-width: 0em 0em 0.5em 2.5em;
	border-color: #ffff99;
	border-style: solid; }

H3 { margin-top: 5px;
	margin-left: 0px;
	padding: 0.5em;
	border-width: 0em 0em 0.5em 5em;
	border-color: #99ffcc;
	border-style: solid; }

A:active { font-size: larger; }

KBD { font-weight: bolder; }
PRE { margin: 0em 5em;
	padding: 1em;
	border-width: 0.25em;
	border-style: ridge;
	color: white;
	background-color: black; }

.center { text-align: center; }
.right { text-align: right; }

.deleted { font-size: smaller;
	text-decoration: line-through; }

.small { font-size: smaller; }
.alert { background-color: #ff99ff; }
