BODY{
	font-family: Arial, Helvetica, san-serif;
	font-weight: normal;
	font-size: 11px;
}
DIV#global{
	position: absolute;
	left: 345px;
	top: 240px;
	width: 640px;
	height: 480px;
	margin-left: -320px;
/*half of the width*/
	margin-top: -240px;
/*half of the height*/
}

.red{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	margin-right: 3px;
	margin-left: 3px;
	margin-bottom: 3px;
	margin-top: 3px;
}

a:link{  
	color:#ffffff; 
	text-decoration:none; 
	font-family: Arial, Helvetica, san-serif; 
	font-size: 11px; 
	font-weight: normal;
}

a:visited{ 
	color:#ffffff; 
	font-family: Arial, Helvetica, san-serif; 
	font-size: 11px; 
	font-weight: normal;
}

a:hover{  
	color: #cc99cc; 
	text-decoration:none; 
	font-family: Arial, Helvetica, san-serif; 
	font-size: 11px; 
	font-weight: normal;
}