body{
	margin: 0px;
	padding: 0px;
}

.tabsection{
  display: none;
}

.tabbar{
	float: right;
	cursor: pointer;
}

.pull{
	list-style: none;
	margin: 0;
	padding: 0 0 0 0;
}

.pull li{
	float: left;
	display: inline;
}

/*
this is for formatting stuff and is independent of the actual necessary code
*/

body {
	font-size: small;
}

.atab{
	margin-left: 20px;
	margin-right: 20px;
}

.tabsection{
  background: #333333;
	color: #dfdfdf;
}

.tabsection h2{
  text-transform: uppercase;
}

.tabsection h2 span{
  color: #676767;
}

.tabbar{
	background-color: #676767;
	color: inherit;
}

.pull{
	background-color: #676767;
	color: inherit;
}

.pull li{
	float: left;
	display: inline;
	background: #333333;
	color: #dfdfdf;
	padding: 0.2em;
	margin-right:0.1em;
}

h1 {
	padding: 20px;
}