body {
	background: gray;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

img {
	border:0;
}

p.notes {
	font: 16px/16px Courier New, Courier, mono;
	margin: 0px;
	padding: 0px;
	margin-bottom: 16px;
}

div.sidebar {
	font-size: 14px;
	text-align: center;
}

div.links {
	font-size: 12px;
}

p.sidenote {
	font: 12px/16px Times, serif;
}

td.content {
	padding: 0 20px;
	background: repeat-y url("../images/BG_mid.png");
}

h1 {
	font: normal bold 12px/16px Courier New, Courier, mono;
	margin: 0px;
	padding: 0px;
	margin-bottom: 16px;
}

ul {
	font: 12px/16px Courier New, Courier, mono;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

li {
	font: 12px/16px Courier New, Courier, mono;
	margin: 0px;
	padding: 0px;
	padding-left: 16px;
}

.bosstape {
	font-size: 10px;
	text-shadow: #cccccc 2px 2px 4px;
	color: #ffffff;
	background: #666666;
	padding: 2px;
}

a.bosstape:link {
	text-shadow: #cccccc 2px 2px 4px;
	color: #ffffff;
	padding: 2px;
	text-decoration: none;
}

a.bosstape:visited {
	text-shadow: #cccccc 2px 2px 4px;
	color: #ffffff;
	padding: 2px;
	text-decoration: none;
}

a.bosstape:hover {
	text-shadow: #cccccc 2px 2px 4px;
	color: #ffffff;
	padding: 2px;
	text-decoration: underline;
}

a.bosstape:active {
	text-shadow: #cccccc 2px 2px 4px;
	color: #ffffff;
	padding: 2px;
	text-decoration: underline;
}

