body {
	margin: 20px;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
		}

#left {
	position: absolute;
	width: 400px;
	padding-top: 5px;
	margin-top: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-top-style: dashed;
	border-top-width: 1px;
	margin-top: 20px;
	left: 20px;
	text-align: left;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	}
	
#right {
	position: absolute;
	margin-top: 20px;
	left: 450px;
	margin-right: auto;
	text-align: left;
	}

h1 {
	color: #666;
	font-size: 20px;	
	font-style: normal;
	}
	
h2 {
	color: #666;
	font-size: 14px;	
	font-style: normal;
	letter-spacing: .5em;
	display: inline;
	}
	
p {
	color: #666;
	font-size: 12px;	
	font-style: normal;
	}
	
li {
	color: #666;
	font-size: 12px;	
	font-style: normal;
	}
	
a:link {
	color: #666;	
	text-decoration: none;
	}
	
a:visited {
	color: #666;
	text-decoration: none;
	}
	
a:hover {
	color: #0f0;
	text-decoration: none;
	}

a:active {
	color: #666;
	text-decoration: none;
	}

em {
	color: #0f0;
	font-style: normal;
	}
	
