﻿
/*  General Links Styles */


a:link {
	color: white;
	text-decoration: underline;
}

a:visited {
	color: white;
	text-decoration: underline;
}

a:hover {
	color: #FFCC00;
	text-decoration: none;
}

*img a:link {
	border: none !important;
}