body {
	margin: 0px;
	color: #ffffff;
	background-color: #70A0FF;
}

h2 {
	background-color: #0070ff;
	padding: 10px;
	text-align: center;
	margin-bottom: 0px;
}

a {
	text-decoration: none;
}

a:link {
	color: #ffff00;
}

a:visited {
	color: #d0d000;
}

a:hover, a:active {
	color: #ffff00;
	text-decoration: underline;
}

table {
	border-spacing: 0px;
}

th {
	background-color: #ffffff;
	color: #ff0000;
}

th.img {
	background-color: #80a0ff;
}

td {
	background-color: #3399ff;
	color: #ffffff;
}

td.nowrap {
	white-space: nowrap;
}

div.content {
	position: relative;
	margin: 10px;
}

div.content-left {
	position: absolute;
	width: 48%;
}

div.content-right {
	position: absolute;
	left: 50%;
	width: 48%;
}

div.bar {
	background-color: #0090ff;
	top: 0px;
	padding: 2px 0px 2px 5px;
	margin-bottom: 10px;
	font-size: small;
	white-space: nowrap;
}

div.bar a:link, div.bar a:visited {
	padding: 2px 0px 2px 4px;
	color: #fff;
	background-color: #09f;
	border-top: solid 1px #fff;
	border-right: solid 1px #033;
	border-bottom: solid 1px #033;
	border-left: solid 1px #fff;
	text-decoration: none;
}

div.bar a:hover {
	padding: 2px 0px 2px 4px;
	color: #003;
	background-color: #58e;
	border-top: solid 1px #111;
	border-right: solid 1px #eee;
	border-bottom: solid 1px #eee;
	border-left: solid 1px #111;
	text-decoration: none;
}

.active {
	padding: 2px 0px 2px 4px;
	color: #fff;
	background-color: #58e;
	border-top: solid 1px #111;
	border-right: solid 1px #eee;
	border-bottom: solid 1px #eee;
	border-left: solid 1px #111;
	text-decoration: none;
}

.mnt, .int, .ext, .tun, .dre {
	background-color: #ff0000;
	color: #ffffff;
	padding: 2px 0px 2px 5px;
	font-weight: bold;
	border-style: outset;
}

li.beat1 {
	margin-left: 15px;
	margin-bottom: 5px;
	list-style-image: url("go_y.gif")
}

li.beat2 {
	margin-left: 15px;
	margin-bottom: 5px;
	list-style-image: url("go_w.gif")
}

li.beat3 {
	margin-left: 15px;
	margin-bottom: 5px;
	list-style-image: url("go_s.gif")
}

li.beat4 {
	margin-left: 15px;
	margin-bottom: 5px;
	list-style-image: url("go_b.gif")
}

li.beat5 {
	margin-left: 15px;
	margin-bottom: 5px;
	list-style-image: url("go.gif")
}
