@charset "utf-8";
/* CSS Document */
 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: #000000; /* This is the background color of the whole webpage. */
            font-family: Verdana, Arial, Helvetica, sans-serif;
            text-align: center;
            width: 99%;
            height: 95%
        }
        h1 {
            color: #FFFFFF;
        }
        img {
            border: none;
        }
        p {
            color: #999999;
            font-size: 0.6em;
        }
        div.outer {
	height: 100%;
	width:100%;
	background-position: center top;
        }
        #megazine {
            height: 400px;
            outline: none;
            width: 750px;
        }
		body {
	background-color: #000000;
}
.style8 {
	color: #0099FF;
	font-size: 10px;
}
.style15 {
	font-size: 16px;
	font-family: "Book Antiqua";
}
.style16 {	font-family: Amienne;
	font-size: 30px;
	font-weight: bold;
}
.style18 {
	font-family: Amienne;
	font-size: 36px;
	font-weight: bold;
	color: #CC9900;
}
.style19 {color: #CC9900}