
	
	body {
		background-color: #FD3B53;
	}
	
	.main {
		color:#FD3B53;
	}
	
	
	.sub {
		color:#FF7F6A;
	}
	
	
	.highlight {
		color:#009ADF;
	}
	
	
	.secondary {
		color:#B7D600;
	}
	
	
	
	.secondary a:link {
		color:#B7D600;
		text-decoration : none; 
	}
	.secondary a:visited {
		color:#B7D600;
		text-decoration : none; 
	}
	.secondary a:hover {
		color:#B7D600;
		text-decoration : underline; 
	}

	.highlight a:link {
		color:#009ADF;
		text-decoration : none; 
	}
	.highlight a:visited {
		color:#009ADF;
		text-decoration : none; 
	}
	.highlight a:hover {
		color:#009ADF;
		text-decoration : underline; 
	}
	
	
	.main a:link {
		color:#FD3B53;
		text-decoration : none; 
	}
	.main a:visited {
		color:#FD3B53;
		text-decoration : none; 
	}
	.main a:hover {
		color:#FD3B53;
		text-decoration : underline; 
	}