a 	  	  {text-decoration: none;}
a:link    {color: gold; text-decoration: none;}
a:visited {color: gold; text-decoration: none;}
a:active  {color: gold; text-decoration: none;}
a:hover   {color: purple; text-decoration: underline;}

.gold-large {font-size: 26pt;
	 	font-family: times new roman, arial;
	 	color: gold;
	 	text-align: center;
		}
.gold-small {font-size: 12pt;
		font-family: times new roman, arial;
		color: gold;
		text-align: center;
		}
.gold-smaller {font-size: 9pt;
		font-family: times new roman, arial;
		color: gold;
		text-align: center;
		}
