a, a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover, a:focus {
	color: #FFFFFF;
	text-decoration: underline;
}
body, html {
	background: #436543; /* This is the background color of the whole webpage. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	width: 99%;
	height: 95%;
}
h1 {
	#FFFFFF;
}
img {
	border: none;
}
p {
	color: #999999;
	font-size: 0.6em;
}
div.outer {
	height: 100%;
}
#megazine {
	height: 800px;
	outline: none;
	width: 100%;
}