/* Versions: Global - 2.0. Basic model: 2.0. Local: 2.2. */
body {
font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	line-height: normal; 
	font-stretch: normal;
	color: #000;
	text-align: left;
	background-color: #FFF;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	}

A				{ color: #FFF; text-decoration: none;} 
A:link		{ color: #FFF; text-decoration: none; } 
A:visited	{ color: #FFF; text-decoration: none; } 
A:active	{ color: #FFF;  } 
A:hover		{ color: #FFF;  }

#base /* Container for all page content */     {
	background-color: transparent;
	text-align: center;
	max-width: 1024px;
	font-size: large;
	}
	
.hisname {
    font-size: 3em;
    font-weight: bold;
    }
    
.date {
    color: #555;
    }
.normal {
    font-weight: bold;
    font-size: 1em;
    }
.quote {
    font-style: italic;
    color: #555;
    }
    
#centrescale {
	position:absolute; 
	left:50%; 
	top:50%; 
	margin-top: -245px;
	margin-left: -400px;
	border: none;
}