

    a:link {color:red; text-decoration: underline; }
	a:active {color:yellow; text-decoration: none; }
	a:focus {color:yellow; text-decoration: none; }	

	.dropDown 
		{
			color: white;
			background-color: #bd020b;
			font-size: 1em;
		}
	.skipColor
		{
			color: black;
			background-color: #ffffff;
			font-size: 1em;
		
		}
	.unCrowd
		{
			line-height:2ex;
		}


