a:visited {color: #ff0000}
a {	text-decoration: none;
	color:#ff0000;}
a:hover {text-decoration:none;color: white}

body {
	background-color: #990000;
	font-Family: Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: white;
	margin: 0;
	text-align: left;}

#global { position:relative;
	margin-left:auto;	
	margin-right:auto;	
	border:1px solid #000;
	width:1000px;
	height:700px;
	background-color: #000000;
	overflow:auto;
}

.zg {
	width:400px; height:700px;	
	top:0; left:0px;
	position: relative;
	background-color: #000000;
	text-align:center; float:left;
	}

.iframe {
	background-color: #000000;
	border: none;
	width: 600px;
	height: 700px;
	overflow: auto;
	position:relative;
	
	text-align: center; margin:0px;
		}

.pmenu { width:120px; padding:5px; float:left;}

.center {text-align:center;}

h1 {
	color:#e00088;
	font-size:18px;
	line-height:20px;
}

h2 {
	color:#00dd00;
	font-size: 14px;
	line-height: 20px;
}

h3 {color:#770000; font-size: 12px;}

.noborder {
	border-width:0px;
	text-align: center;	