body {
	background-color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	margin: 0px;
	color: #999999;
}
#shell {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	padding: 40px 20px 200px;
	background-color: #333333;
	/*border-top: 1px none #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px none #CCCCCC;
	border-left: 1px solid #CCCCCC;*/
}
h1 {
	font-weight: normal;
	font-size: 3em;
	margin-top: 0px;
	margin-bottom: 40px;
}
.h2sub {
	font-size: 0.5em;
}
h2 {
	color: #666666;
	font-weight: normal;
	font-size: 2em;
	text-transform: lowercase;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
p {
	font-size: 1em;
}
ul {
	font-size: 1em;
	list-style-type: decimal;
	margin-top: 20px;
	margin-bottom: 40px;
}
li {
	margin-bottom: 8px;
}
a {
	color: #999999;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#orange a:hover, .orange {
	color: #FF6600;
}
#green a:hover, .green {
	color: #009933;
}

#blue a:hover, .blue{
	color: #006699;
}
#purple a:hover, .purple{
	color: #6666CC;
}

