<STYLE>
	.emptyset {}

	.sizers {
		color: Navy;
		text-decoration : none; }

	.sizers:hover {
		color: White;
		text-decoration : none; }
	
	.links {
		color: Navy;
		text-decoration : none; }

	.links:hover {
		color: White;
		text-decoration : underline; }
	
	.header_footer {
		color: White;
		text-decoration : underline; }

	.header_footer:hover {
		color: Navy;
		text-decoration : underline; }

	.upper_case {
		font : 32px;
		padding-right : 1px;
		font-family : serif;
		color : Navy;	}
	
	.main {
		color: White;
		font : 12px;  }
	
</STYLE>