@charset "utf-8";
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 {
	/* (5) */   background: #111111; /* This is the background color of the whole webpage. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	width: 100%;
	height: 95%;
	margin: 0px;
	padding: 0px;
        }
        h1 {
            color: #FFFFFF;
        }
        img {
            border: none;
        }
        p {
            color: #999999;
            font-size: 0.6em;
        }
        div.outer {
	height: 100%;
	min-height: 650px;
        }
        #megazine {
	height: 650px;
	outline: none;
	position: absolute;
	z-index: 10;
	right: 0px;
	width: 750px;
	top: 0px;
        }
    .hlink {
	padding-bottom: 10px;
}

