
/* BODY styles
--------------------------------------------------------------------- */
body {
	text-align: center;
	background: #F8F6F2;
	margin: 0px;
	font-size: 14px;
	line-height: 20px;
	word-spacing: 1em;
	letter-spacing: 0.2em;
}

/* MENU & LINK styles
--------------------------------------------------------------------- */
a:link, a:visited {
	color: #3366FF;
	text-decoration: none;
}

a:hover, a:active {
	color: #FF3300;
	text-decoration: none;
}

#copy {
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 25px;
	word-spacing: 0.1em;
	color: #333;
	margin: 5px 0 0 10px;
}

#menu {
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 32px;
	word-spacing: 0.3em;
	margin: 10px 20px 0 20px;
	word-break: keep-all;
	height: 770px;
}

#beta {
	word-break: normal;
	width: 200px;
	font-size: 12px;
	letter-spacing: 0.2em;
	line-height: 22px;
	word-spacing: 0.3em;
}

#beta hr {
	width: 100%;
	height: 3px;
	border: 3px #ccc dotted;
}

.distance {
 padding: 5px;
}

.distance2 {
 padding: 10px;
}

#link {
	font-size: 11px;
	letter-spacing: 0.05em;
	line-height: 16px;
	word-spacing: 0.1em;
	margin: 10px 20px 0 20px;
	height: 770px;
}

li {
	list-style-type: none;
	list-style-position: outside;
}

h1 {
	font-size: 20px;
	letter-spacing: 0.2em;
	color: #fff;
	margin-top: 15px;
}

h2 {
	font-size: 17px;
	word-spacing: 1em;
	letter-spacing: 0.1em;
}

h3 {
	font-size: 20px;
	letter-spacing: 1.2em;
	color: #fff;
}

hr {
	width: 800px;
	height: 7px;
	border: 7px #fff dotted;
	margin: 5px 0 10px 0;
}

/* RESET styles
--------------------------------------------------------------------- */
html, h2, h3, h4, h5, h6, p, blockquote, pre, address, ul, ol, li, dl, dt, dd, table, th, td, form, div, fieldset {
	padding: 0;
	margin: 0;
}

img {
	border: 0px;
}

table {
	border: 0;
	padding: 0;
	border-collapse: collapse;
}