html,body {
	background-image: url("imgs/alien_bg_small.jpg");
	background-repeat: repeat;
	background-attachment: fixed;
	font-family: sans-serif;
	color: #ffffcc;
	text-align: justify;
	}

a {
	color: #ffffcc;
	text-decoration: none;
	}

a:hover {
	color: #ffff00;
	text-decoration: underline overline;
	}

a:active {
	color: #ffff00;
	text-decoration: underline overline;
	}

.menu {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	color: #ffffcc;
	text-decoration: none;
	}

.menu a:hover {
	color: #ffff00;
	text-decoration: none;
	}

.menu a:active {
	color: #ffff00;
	text-decoration: none;
	}

.title {
	text-align: center;
	font-weight: bold;
	font-size: xx-large;
	}

.content {
	margin: 5px auto;
	padding: 20px;
	}
