
 /* NOTES: For editing the gradients edit the startColorStr and endColorStr in 2 places: */


 /* START COLORS - BACKGROUND COLORS */


 
 /* MAIN FONT COLOR */

 /* LINK COLORS */

a:active	{ color: #FFFFFF; text-decoration: none; }
a:visited	{ color: #FFFFFF; text-decoration: none; }
a:hover		{ color: #CC9999; text-decoration: none; }



 /* BUTTON COLORS AND SPACING */

.enterbutton		{
			padding-top: 5px;
			padding-bottom: 5px;
			width: 160px;
			white-space: nowrap;
			display: block;
			border: #999999 2px solid;
			background-color: #000;
			font-weight:bolder;
			}

a.enterbutton:hover	{
			color: #C33;
			text-decoration: underline;
			border: #C33 2px solid;
			}





