body {
	background-color: #003562;
	font: 13px/1.7em "Lucida Grande", sans-serif;
	color: #e5f7ff;
	text-shadow: #000 0px 1px 1px;
	margin: 30px 0 20px;
}

#header {
	border-top: 1px dotted #008fc4;
	border-bottom: 1px dotted #008fc4;
	height: 40px;
}

h1 {
	font-weight: bold;
	font-size: 26px;
	line-height: 3px;
	color: #fff;
}

h2 {
	font-size: 14px;
	border-bottom: 1px dotted #008fc4;

}

#navigation {
	font-size: 18px;
	line-height: 40px;
}

/*
h1 {
	background: url(Welcome.png);
	text-indent: -1000em;
	display: block;
	height: 100px;
	width: 300px;
	margin: 0 auto;
	overflow: hidden;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-image: url(http://igotablog.com/site_media/header.png);
}
*/
p, ol {
	display: block;
}

li {
	padding-left: 15px;
}

#sub {
	background-color: rgba(255,255,255,0.03);
	padding: 8px;
	padding-left: 15px;
}

hr {
	width: 100%;
	height: 0;
	margin: 20px 0;
	border-width: 1px 0;
	border-style: solid;
	border-top-color: rgba(0,0,0,0.2);
	border-bottom-color: rgba(255,255,255,0.1);
	border-top-width: 1px;
	border-bottom-width: 1px;
}

.note {
	font-size: 11px;
	line-height: 1.4em;
}
.rednote {
	font-size: 11px;
	line-height: 1.4em;
	color: #fb2f36;
}

.lightyellownote {
	color: #fce193;
}

.rednote a {
	color: #fb5052;
	text-decoration: underline;
	font-size: 14px;
}

/* @group Instructions */

ol {
	padding: 20px 5px;
	background-color: rgba(255,255,255,0.1);
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

li {
	list-style-type: none;
}

li span {
	color: rgba(255,255,255,0.5);
}

a {
	text-decoration: none;
	color: #fff;
}

a visited{
	text-decoration: none;
	color: #fff;
}

a:hover {
	color: #fcce48;
}

/* @end */

