/* CSS Styles -- Hammer Creative *//* red */a.redlink{	color: #ff0000;	font-size: 9px;	text-decoration: none;	font-weight: bold;	text-transform: uppercase;}a:link.redlink{	color: #ff0000;	font-size: 9px;	text-decoration: none;	font-weight: bold;	text-transform: uppercase;}a:visited.redlink{	color: #ff0000;	font-size: 9px;	text-decoration: none;	font-weight: bold;	text-transform: uppercase;}a:hover.redlink{	color: #ff0000;	font-size: 9px;	text-decoration: underline;	font-weight: bold;	text-transform: uppercase;}.rednolink {	color: #ff0000;	font-size: 9px;	text-decoration: none;	font-weight: bold;	text-transform: uppercase;}/* golden */a.goldenlink{	color: #ff9900;	font-size: 9px;	text-decoration: none;	font-weight: bold;	text-transform: uppercase;}a:link.goldenlink{	color: #ff9900;	font-size: 9px;	text-decoration: none;	font-weight: bold;	text-transform: uppercase;}a:visited.goldenlink{	color: #ff9900;	font-size: 9px;	text-decoration: none;	font-weight: bold;	text-transform: uppercase;}a:hover.goldenlink{	color: #ff9900;	font-size: 9px;	text-decoration: underline;	font-weight: bold;	text-transform: uppercase;}.goldenlink {	color: #ff9900;	font-size: 9px;	text-decoration: none;	font-weight: bold;	text-transform: uppercase;}.goldennolink {	font-weight: bold;	text-transform: capitalize;	color: #ff9900;}/* silver */.silver {	font-weight: bold;	text-transform: capitalize;	color: #999999;}/* black */a.blacklink{	color: #000000;	font-size: 9px;	text-decoration: none;	font-weight: bold;	text-transform: uppercase;}a:link.blacklink{	color: #000000;	font-size: 9px;	text-decoration: none;	font-weight: bold;	text-transform: uppercase;}a:visited.blacklink{	color: #000000;	font-size: 9px;	text-decoration: none;	font-weight: bold;	text-transform: uppercase;}a:hover.blacklink{	color: #000000;	font-size: 9px;	text-decoration: underline;	font-weight: bold;	text-transform: uppercase;}.blacklink {	color: #000000;	font-size: 9px;	text-decoration: none;	font-weight: bold;	text-transform: uppercase;}.blacknolink {	font-weight: bold;	text-transform: capitalize;	color: #009900;}