/* CSS Document */

body {
	background-color:black;
	color:silver;
	padding-left:10px;
	padding-top:10px;
}
h1,h2,h3,h4,h5,h6 {
	color:gold;
	font-weight:bold;
}

h1 {
	text-decoration:underline;
	text-align:center;
}
.center {
	text-align:center
}
a:link {
	color: gold
}
a:visited {
	color: gold
}
a:active {
	color: gold
}
