body {
	background-image: url(img/starfield.jpg)
}

.navbar {
	background-color: black;
	color: white;

	font-family: monospace;
	font-size: 15px;

	border: 1px dashed white;

	width: 350px;
	height: 25px;
	margin: auto;
	padding-top: 5px;
	text-align: center;
}

.navbar p {
	display: inline;

	font-size: 10px;
	color: darkgray
}

.navbar a:link {
	color: white;
	text-decoration: none;
}

.navbar a:visited {
	color: white;
	text-decoration: none;
}

.navbar a:hover {
	font-weight: 900;
}

.main {
	background-color: black;
	color: white;

	border: 1px solid white;

	margin: auto;
	width: 650px;
}

.main * {
	margin: 15px;
}

.main img {
	border: 1px dotted white;
}

.main li {
	margin: 0
}

.webbuttons {
	background-color: black;
	color: white;

	border: 1px solid white;
	text-align: center;
	padding-top: 5px;
	margin: auto;
	max-width: 500px
}

.webbuttons img {
	margin: 2px;
	border: 1px dashed white;
}

.webbuttons img:hover {
	border: 1px solid white;
}

a:link {
	color: white;
}

a:visited {
	color: white;
}

a:hover {
	font-weight: 900;
}

h1 {
	text-align: center;
}

#float-left {
	float: left;
}

#float-right {
	float: right;
}

#quote-author {
	color: darkgray;
	
	text-align: right;
	font-size: 10px;
}
