/*  Yellow */

/* Font Styles */

	.color { color: #ABAB00; }

			

/* Background Styles */

		

	.bg-color { background-color: #ABAB00; color: #FFFFFF;}

		

/* Link Styles */
	a:visited { text-decoration: none; color: #ABAB00;}
	a:hover {  text-decoration: underline; color: #ABAB00;}
	a { text-decoration: none; color: #ABAB00;}