/* CSS Document */


.text {
	font-family: Georgia;
	font-size: 14px;
	font-weight:normal;
	color:#333333;
	text-align:justify;
}
.huge {
	font-family: Georgia;
	font-size: 34px;
	font-weight:normal;
	color:#333333;
}
a.link {
	font-family: Georgia;
	text-decoration: none;
	color:#999999;
	
}
a.linkon {
	font-family: Georgia;
	text-decoration: none;
	color:#ffffff;
	
}
a:active {
  color:#ffffff;
  }
a:hover {
  color:#ffffff;
  }  
</style>

