body{
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: small;
	background-color: #ffffff;
	background-image: url(bg1.png);
	background-repeat: repeat-y;
	color: #000000;
	text-align: center;
}

a, a:visited{
	color: #660000;
}

a:hover{
	color: #ff0000;
}

button{
	background-color: #003300;
	color: #ffffff;
}

div#Controls{
	position: absolute;
	top: 0;
	left: 0;
}

div#Controls button{
	width: 8em;
}

h2#Title{
	position: relative;
	width: 70%;
	margin: 0.5em auto 0.5em auto;
	text-align: center;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	background-color: #ffffff;
	border: 1px solid black;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}

h3{
	position: relative;
	width: 70%;
	margin: 0.5em auto 0.5em auto;
	text-align: center;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	background-color: #ffffff;
	border: 1px solid black;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}

body > p{
	margin-left: 5%;
	margin-right: 5%;
}

div#Nav{
	position: absolute;
	top: 0;
	right: 0;
}

div#Nav button{
	width: 8em;
}

table{
	margin: 1% 5% 1% 5%;
	border-width: 0;
	width: 90%;
	padding: 0px;

}

thead td{
	text-align: center;
	font-size: 150%;
	border-color: #000000;
}


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

td{
	text-align: left;
	padding: 1.0em;
	margin: 0px;
	border-style: solid;
	border-width: 1px;
	vertical-align: top;
	border-color: #000000;
}

code{
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 100%;
}

.XHTML{
	background-color: #eeffee; 
	color: #003300;
}

.CSS{
	background-color: #eeeeff; 
	color: #000033;
}

.JS{
	background-color: #ffeeee; 
	color: #330000;
}

.Clickable{
	cursor: pointer;
}

.CodeSample{
	font-size: 150%;
	background-color: #ffffff;
}

p{
	text-align: left;
	line-height: 150%;
}

p.ExampleLine{
	font-size: 150%;
	margin-left: 2.0em;
}

p.Bullet{
	display: none;
	padding-left:0.5em;
	padding-right:0.5em;
	border-width: 1px 1px 1px 0px;
	border-style: solid;
}

ul{
	text-align: left;
}

li{
	margin-bottom: 0.5em;
}

.PrintOnly{
	display: none;
}