body {
	margin:0;
	font-size:100%;
	font-family: georgia, times, "times new roman", serif;
	text-align: center; /* ie 5.5 center hack 1 of 2 */
	}
h1, h2, h3, h4 {
	margin:0;
	font-family: tahoma, helvetica, helv, arial, sans-serif;
	}
div.content, div.psvsdb {
	position:static;
	width:33em;
	line-height: 1.2;
	background-color:#ffffce;
	margin: 3em auto;
	border: 1px solid #000;
	padding: 1em 2.5em;
	text-align:left; /* ie 5.5 center hack 2 of 2 */
	}
p {	
	margin-top:0.6em;
	margin-bottom:0;
	line-height:1.2;
	}
:link {
	color:#CC6666;
	}
:visited {
	color:#993333;
	}
:active {
	color:#000;
	}
:active {
	color:#FFFF00;
	}
.buttonize, .codes {
	padding:1em;
	}
.codes {
	background-color:#CCCC33;
	border: 2px solid #FFFF00;
	}
.buttonize {
	background-color:#CCCCC8;
	border: 2px solid #FFFFF8;
	}
.bustle {
	font-size:80%;
	}
.attrib {
	font-style:italic;
	}