@charset "UTF-8";
/* CSS Document */

#wrapper {
	width:800px;
	margin:0 auto;
	text-align:left;
}
#wrapper p {
	margin:0 20px 0 40px;
}
#wrapper h1 {
	margin:0 20px 0 20px;
}
#wrapper h2 {
	margin:0 20px 0 20px;
}
#wrapper h6 {
	margin:0 20px 0 20px;
}
body {
	font-family:"Courier New", Courier, monospace;
	font-size:13px;
	line-height:1.5;
	letter-spacing:2px;
	color:#9999999;
}
p {
	padding-bottom:20px;
}
h1 {
	font-size:26px;
	color:#6b966c;
	letter-spacing:5px;
}
h2 {
	font-size:18px;
	color:#000000;
	letter-spacing:3px;
	padding-top:30px;
	color:#000099;
}
h6 {
	letter-spacing:1px;
	padding-bottom:20px;
}
a:link {
	font-weight: bold;
	color: #6b966c;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
img {
	border:0
}
