body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #4B478E;
	background-color: #EFEFFF;
	margin: 0;
  }
  
  table.pageframe {
	width: 850px;
	padding: 0;
	border-collapse: collapse;
  }
  
  a {
	color: #4B478E;
	font-weight: bold;
	text-decoration: none;
  }
  
  a:hover {
	text-decoration: underline;
  }
  
  p, td, #agetext {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
  }
  
  #agetext {
	background-color: #EFEFFF;
  }  