body {
	background-color: #E3E3E3;
}

	h1 {
	  font-family: verdana;
	  font-weight: normal;
	  font-size: 18px;
	  color: #666666;
	  background-color: #FFFFFF;
	  }
.h1_highlighted {
	font-family: verdana;
	font-weight: normal;
	font-size: 18px;
	color: #666666;
	background-color: #FFFF66;
}

		
	h2 {
	  color: #666666;
	  font-size: 13px;
	  font-family: verdana;
	  background-color: #FFFFFF;
	  }
		
p {
	  color: #666666;
	  font-size: 12px;
	  font-family: verdana;
	  background-color: #FFFFFF;
	  }
.p_highlighted {
	color: #666666;
	font-size: 12px;
	font-family: verdana;
	background-color: #FFFF66;
}

	  
	  .style1 {
	  color: #666666;
	  font-size: 10px;
	  font-family: verdana;
	  }
	  
	 	  .style2 {
	  color: #666666;
	  font-size: 10px;
	  font-family: verdana;
	  font-weight: bold;
	  }

	 	  .style3 {
	  color: #666666;
	  font-size: 12px;
	  font-family: verdana;
	  font-weight: bold;
	  }

	 .logo {
	  color: #666666;
	  font-size: 28px;
	  font-family: verdana;
	  font-weight: bold;
	  }

	a {
	  color: #6DA6E2;
	  text-decoration: none;
	  font-weight: bold;
	  }

	a:hover {
	  color: inherit;
	  font-weight: bold;
	  text-decoration: underline;
	  }
