﻿        a, a:visited {
            color: #CCCCCC;
            text-decoration: none;
        }
        a:active {
            color: #FFFFFF;
            text-decoration: none;
        }
        a:hover, a:focus {
            color: #FFFFFF;
            text-decoration: underline;
        }

	html {
		height:100%;
		width:100%;}

        body{

        background: #333333;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        text-align: center;
	margin:0;
	overflow: hidden;
	text-align: center;
		line-height:1.4em;
        }

        div.outer {
            height: 100%;
        }
        #megazine {
            height: 768px;
            outline: none;
            width: 1024;
        }
        
        .ErrorMessage
        {
            letter-spacing:2px;
            font-size:large;
            font-weight:bold;
            color:Red;
            
            }
