p A, #orange A							{color: FF9933;
										font-weight: bold;
										text-decoration: none}
 
p A:hover								{color: #333333;
										font-weight: bold;
										text-decoration: underline}
										
ul A, #orange A							{color: FF9933;
										font-weight: bold;
										text-decoration: none}
 
ul A:hover								{color: #333333;
										font-weight: bold;
										text-decoration: underline}
										

li A, #orange A							{color: FF9933;
										font-weight: bold;
										text-decoration: none}
 
li A:hover								{color: #333333;
										font-weight: bold;
										text-decoration: underline}

					 
.colourtext, #orange .colourtext 		{font-family: Arial, Helvetica, sans-serif;
										font-weight: bold;
										color: FF9933;
										text-decoration: none;}