body {
	margin: 0 10% 0 10%;
	background-color: #ffffff;
}

.main {
	text-align: justify;
	font-family: "trebuchet ms", "trebuchet", arial, sans-serif;
	color: #000000;
}

.header {
	text-align: center;
	font-family: "trebuchet ms", "trebuchet", arial, sans-serif;
	font-size: small;
	color: #bbbbbb
}

.footer {
	text-align: center;
	font-family: "trebuchet ms", "trebuchet", arial, sans-serif;
	font-size: small;
	color: #bbbbbb
}

.navbar {
	text-align: center;
	font-family: "trebuchet ms", "trebuchet", arial, sans-serif;
	font-size: small;
	color: #bbbbbb
}

.code {
	border: 1px dashed #bbbbbb;
	background-color: #999999;
	font-family: courier, monospace;
	color: #bbbbbb;
	margin: 0 10px 0 10px
}

h1 {
	text-align: center;
	font-family: "trebuchet ms", "trebuchet", arial, sans-serif;
	font-size: xx-large;
	color: #bbbbbb
}

h2 {
	text-align: center;
	font-family: "trebuchet ms", "trebuchet", arial, sans-serif;
	font-size: large;
	text-decoration: underline;
	color: #bbbbbb
}

a:link {
	color: #999999;
	border-bottom: 1px dashed;
	text-decoration: none
}

a:visited {
	color: #cccccc;
	border-bottom: 1px solid;
	text-decoration: none
}

a:hover {
	color: #999999;
	background: #cccccc;
	border-bottom: 1px solid;
	text-decoration: none
}

a:active {
	color: #000000;
	border-bottom: 1px solid;
	text-decoration: none;
}

a.headerlink:link {
	color: #999999;
	border-bottom: 1px dashed;
	text-align: center;
	text-decoration: none;
}

a.headerlink:visited {
	color: #999999;
	border-bottom: 1px dashed;
	text-align: center;
	text-decoration: none;
}

a.headerlink:hover {
	color: #999999;
	background: #cccccc;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid;
	text-decoration: none;
}

a.headerlink:active {
	color: #000000;
	border-bottom: 1px solid;
	text-decoration: none;
}


a.footerlink:link {
	border-bottom: 1px dashed;
	text-align: center;
	text-decoration: none
}

a.footerlink:hover {
	color: #999999;
	background: #cccccc;
	border-bottom: 1px solid;
	text-decoration: none
}

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

.nav li {
	display: inline
}

#twitter_update_list li{
	display: inline;
	margin-left: -3em;
}

a.current:link {
	color: #ffffff;
	background: #777777;
	border: 0px solid #000000;
	border-style: none none solid;
	padding: 1px 2px 1px 2px
}

a.current:visited {
	color: #ffffff;
	background: #777777;
	border: 0px solid #000000;
	border-style: none none solid;
	padding: 1px 2px 1px 2px
}

a.current:hover {
	color: #999999;
	background: #cccccc;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid;
	text-decoration: none;
	padding: 1px 2px 1px 2px
}

a.current:active {
	color: #000000;
	border-bottom: 0px solid;
	text-decoration: none;
	padding: 1px 2px 1px 2px
}

hr {
	color: #ffffff;
	background-color: #ffffff;
	border: 1px dashed #bbbbbb;
	border-style: none none dashed
}

a.blackswitch:link {
	color: #000000;
	background-color: #ffffff;
	border-bottom: 1px dashed;
	text-decoration: none
}

a.blackswitch:visited {
	color: #000000;
	background-color: #ffffff;
	border-bottom: 1px dashed;
	text-decoration: none
}

a.blackswitch:hover {
	color: #222222;
	background-color: #cccccc;
	border-bottom: 1px solid;
	text-decoration: none
}

a.blackswitch:active {
	color: #999999;
	background-color: #cccccc;
	border-bottom: 1px solid;
	text-decoration: none
}

a.whiteswitch:link {
	color: #ffffff;
	background-color: #ffffff;
	border: 0px solid #000000;
}

a.whiteswitch:visited {
	color: #ffffff;
	background-color: #ffffff;
	border: 0px solid #000000;
}

a.whiteswitch:hover {
	color: #ffffff;
	background-color: #ffffff;
	border: 0px solid #000000;
}

a.whiteswitch:active {
	color: #ffffff;
	background-color: #ffffff;
	border: 0px solid #000000;
}

a.w3link:link {
	color: #ffffff;
	background-color: #ffffff;
	border: 0px solid #000000;
}

a.w3link:visited {
	color: #ffffff;
	background-color: #ffffff;
	border: 0px solid #000000;
}

a.w3link:hover {
	color: #ffffff;
	background-color: #ffffff;
	border: 0px solid #000000;
}

a.w3link:active {
	color: #ffffff;
	background-color: #ffffff;
	border: 0px solid #000000;
}

