html {
	background-color: black;
	color: white;
	background-image: url(starsback.gif);
	height: 100%;
}
body {
	margin: 5%;
	font: 14px/1.5 Arial,Helvetica,sans-serif;
	background-color:#121212;border-width: 1px;
	border-style: solid;
	border-radius: 10px;
	border-color: #282828;
}
body a {color: #0066cc;}
header { margin-bottom: 20px; }
header h1 {
	font-size: 46px;
	color: white;
	text-align: center;
	font-family: 'Charis';
	text-shadow: rgba(255, 255, 255, 0.33) 2px 2px 0px;
	font-weight: normal;
}
nav {margin-top: 20px;}
nav li {float:left; margin:5px 10px;}
nav ul{list-style: none;}
nav a{text-decoration: none;font-size:1.2em;}
article { margin-bottom:40px;}
article p { margin-bottom:20px;}
section{margin-left:75px;margin-right:75px;}
a:link {color: #FFC0C0;}
a:visited {color: #FF8080;}
}