body {
   background: white;
   font-size: 12pt;
   }
#header, .col2, .col3 {
   display: none;
   }
.colmask .colleft .col1 {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
.col1 a:link:after, .col1 a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
.col1 a[href^="/"]:after {
   content: " (http://www.alistapart.com" attr(href) ") ";
   }
table.basic_lines {
	border-collapse:collapse;
	border:1px solid #999;
	margin:10px 0 0 10px;
	}
table.basic_lines th {
	font-size:1em;
	border:1px solid #999;
	background-color: #CCCCCC;
	font-weight: bold;
	padding:2px;
	text-align:center;
	}
table.basic_lines td {
	font-size:1em;
	border:1px solid #999;
	padding:2px;
	text-align:center;
	}
table.basic_lines .desc {
	text-align:left;
	}
table.basic_lines .amt {
	text-align:right;
	}
table.desc {
	text-align:left;
	}
table.amt {
	text-align:right;
	}
.form_entry legend {
	font-weight:bold;
	}
.form_entry th {
	text-align:right;
	padding:0 .5em;
	font-weight:normal;
	}
.form_entry .left_spacer {
	margin-left:2em;
	}

