
A:link	{color:#ffcc99;
                text-decoration:none;}
A:active {color:silver;
		text-decoration:none;}
A:visited {color:#ff6342;
		text-decoration:none;}
A:hover {color:white; background-color:black;}


/* the # denotes an ID listing in css and this piece of script is indicating the background image and its location orange #ff9933 red #ff6342*/	

#btn	{background-image: url(images/rust.gif);
		background-color:none;}
		
/* The "period" . denotes a class in css and this class provides attributes for text */	
.tx12bc	{color:Yellow;
		text-align:center;
		font-weight:600;
		font-size:16px;
		font-family: georgia, (times new roman), times, serif;}
		
/* The alternative font families for san serif web fonts are listed here */
.tx12bd	{color:Yellow;
		text-align:center;
		font-weight:600;
		font-size:16px;
		font-family: arial, verdana, helvetica, sans;}

/* The alternative font families for san serif web fonts are listed here */
.tx12be	{color:White;
		text-align:center;
		font-weight:600;
		font-size:16px;
		font-family: arial, verdana, helvetica, sans;}
		
/* Copy these font commands and alter the size (px=pixels), (pt=points) */
/* font-weight goes up to 900 in incrememnts of 100 (400 being normal) */
/* Text-align for left - right - center - justify */