body {
	color:white;
	background:black;
	font-size:1em;
	text-align: center;
}

li {
	margin-bottom:1em;
}

a:link, a:visited {
	color:white;
}
 
a:hover, a:active {
	Color:yellow;
}

#title {
	width=200px;
	margin:2em;
}

.width{
	clear:both;
	width:100%;
}

.stargate {
	margin-left: auto;
	margin-right: auto;
    	max-width:649px;
}

img {
    max-width:100%;
    height:auto;
}