body {margin:0; align:auto;}
.container {width:880px;margin:0;padding:0;}
h1 {font-size:18px}
h2 {font-size:14px}
/* you must define the font-style and font-weight
attributes first, then the font-size, then the font-family
.header {font: bold 16px/20px Arial;} */
/* .container {font-family:verdana;font-size:12px;padding:20px} */
.container {padding:20px; font:normal 12px/16px Verdana;}
.def {width:300px;font-family:verdana;padding:10px;font-size:12px;}
#related a:link  {text-decoration:none;}
#related a:visited {text-decoration:none; color: #00a;}
#related a:active  {text-decoration:none;}
#related a:hover {text-decoration:underline; color: green;}
#related li {padding:0 6px 0 6px;margin:0px;display:inline;font-size:12px;}

/* from columns.css */
	body {
		margin:0 20px 0 20px; padding:0;
/*		font:11pt/1.5 sans-serif; */
		}

	#header {
		margin:0; padding:0;
		background-color:#f3f3ff;
		}

	#main1 {
		margin:0; padding:0;
/*		background:yellow url("../images/red.gif") top left repeat-y; */
		}
	#main2 {
		margin:0; padding:0;
/*		background:url("../images/blue.gif") top right repeat-y; */
		}
	#left {
		float:left;
		width:180px;
		margin:0; padding:0;
	 border-right:1px dotted #fff;
/*		background:url("../images/corner.gif") top right no-repeat; */
		background:transparent;
		}
	#right {
	 border-left:1px dotted #fff;
		float:right;
		width:350px;
		margin:0; padding:0;
/*		background:url("../images/corner.gif") top right no-repeat; */
		}
	#middle {
	 border-right:1px dotted #fff;
	 border-left:1px dotted #fff;
	 margin:0 350px 0 180px;
		background:#fff;
		}
	.column-in {
		margin:0; padding:0;
		}
	.cleaner {
		clear:both;
		height:1px;
		font-size:1px;
		border:none;
		margin:0; padding:0;
		background:transparent;
		}
/*		
	h1,h2,h3,h4 { margin: 0.2em 0 }
	p { margin: 0.5em 0 }
	a { color:black }
	
	.copy { text-align:center; font-size:80% }
*/
