body {
	background-color: #242f44;
	color: white;
	font-family: arial;
}

header {
	text-align: center;
	background-color: white;
	margin-left: 5px;
	margin-right: 5px;
}

h1 {
	font-size: 36px;
	padding: 15px;
	color: #242f44;
}

ul {
	list-style-type: circle;
}

a {
	color: white;
	text-decoration: none;
}

a:visited {
    color: cyan;
}

a:hover {
	color: blue;
}