
body {
	background-color: #282828;
}

table {
	width: 700px;
}

h1 {
	text-align: center;
}

#banner {
	background-color: black;
	text-align: center;
	height: 100px;
	border-color: #444444;
	border-width: 2px 2px 2px 2px;
	border-style: solid;
}

#navbar {
	background-color: #444444;
	color: #CCCCCC;
	font-weight: bold;
	border-color: #444444;
	border-width: 2px 2px 2px 2px;
	border-style: solid;
	text-align: center;
}

a#navbar {
	color: #CCCCCC;
	text-decoration: none;
}
	
a#navbar:hover {
	color: #ff9900;
	text-decoration: none;
}

a#tutorials {
	font-weight: bold;
	color: #ff9900;
}

#selection {
	background-color: #CCCCCC;
}

#page {
	background-color: #CCCCCC;
	border-color: #444444;
	border-width: 2px 2px 2px 2px;
	border-style: solid;
}