html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background-color: #C3C3EB;
	font-family: Verdana, Arial, Tahoma, sans-serif;;
  font-size: 12pt;    
  color: #3F3F9C;
  text-decoration: none;
  font-weight: bold;
  overflow: hidden;
}

#pub {
	position: absolute;
	top: 5px;
	right: 10px;
	height: 90px;
	width: 728px;
}

#global {
    background-color: #C3C3EB;
    font-family: Verdana, Arial, Tahoma, sans-serif;
}

#hiddenText {
  color: #C3C3EB;
  font-weight: light;
  font-size: 2pt;   
}

#phpMyVisit {
  position: absolute;
  left: 10px; bottom: 10px;
}

