body {
  background: #ffffff;
  font-family: 'Trebuchet MS', Arial, sans-serif;
  color: #000025; 
  font-size: 16px;
} 

.main {
  color: #000025;
  width: 600px;
  margin-left: auto; 
  margin-right: auto;
}

.tbl2 {
  color: #000025;
}

h1 {
  font-family: Georgia, 'Times New Roman', serif;
  color: #006400; 
  font-size:26px; 
  text-align: center; 
  margin-bottom: 1em;
} 

h2 {
  font-family: Georgia, 'Times New Roman', serif;
  color: #000025; 
  font-size: 24px; 
  text-align: center;
} 

h3 {
  font-family: Georgia, 'Times New Roman', serif;
  color: #000025; 
  font-size: 19px; 
  text-align: center;
}

.center {
  text-align: center;
}

p {
  color: #000025; 
} 

.err {
  background: transparent; 
  color: #000080; 
} 

b {
  color: #000025; 
  font-size: 12px;
} 

i {
  color: #440044; 
} 

li {
  background: transparent; 
  color: #000025; 
} 


.link a:link {
  background: transparent; 
  color: #000080; 
  text-decoration: none;
} 
.link a:visited {
  background: transparent; 
  color: #440044; 
  text-decoration: none;
} 
a:hover {
  background: transparent; 
  color: #ee4488;
} 
a:active {
  background: transparent; 
  color: #00aaff;
}  

