﻿        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: #FFFFFF;
            font-family: Verdana, Arial, Helvetica, sans-serif;
            text-align: center;
	margin:0;
	overflow: hidden;
	text-align: center;
        min-height:100%; 
        height:auto; 
        height:100%;
        }
        h1 {
            color: #c0c0c0;
        }
        img {
            border: none;
        }
        p {
            color: #999999;
            font-size: 0.6em;
        }
        div.outer {
            height: 100%;
        }
        #megazine {
            height: 100%;
            outline: none;
            width: 100%;
        }
        
        .ErrorMessage
        {
            letter-spacing:2px;
            font-size:large;
            font-weight:bold;
            color:Red;
            
            }
