	
	body {
		background-color: #FFC31B;
	}
	
	.main {
		color:#FF7500;
	}
	
	
	.sub {
		color:#FCE359;
	}
	
	
	.highlight {
		color:#FD3B53;
	}
	
	
	.secondary {
		color:#FF7500;
	}
	
	
	
	.secondary a:link {
		color:#FF7500;
		text-decoration : none; 
	}
	.secondary a:visited {
		color:#FF7500;
		text-decoration : none; 
	}
	.secondary a:hover {
		color:#FF7500;
		text-decoration : underline; 
	}

	.highlight a:link {
		color:#FD3B53;
		text-decoration : none; 
	}
	.highlight a:visited {
		color:#FD3B53;
		text-decoration : none; 
	}
	.highlight a:hover {
		color:#FD3B53;
		text-decoration : underline; 
	}
	
	
	.main a:link {
		color:#FF7500;
		text-decoration : none; 
	}
	.main a:visited {
		color:#FF7500;
		text-decoration : none; 
	}
	.main a:hover {
		color:#FF7500;
		text-decoration : underline; 
	}