* {margin:0;padding:0;}

body {
	background-color: #fff;
	font-family:'Courier', monospace;
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	}

h1 {margin-top:50px;}
.center {text-align: center;}
.bold {font-weight: bold;}
.bold140 {font-weight: bold;font-size:140%;}
.col1 {margin-left:75px; float:left;}
.col {margin-left:50px; float:left;}
.zen {margin:0 auto;width:99%;}
.clear {clear:both}
.unt {text-decoration:underline;margin-top:15px;}
a:link {color:#b8860b;text-decoration:none;}    /* unvisited link */
a:visited {color:#b8860b;text-decoration:none;} /* visited link */
a:hover {color:#000;text-decoration:underline;}   /* mouse over link */
#footer {font-size:80%;}
