<style>
	#aText {
		color: rgb(0, 0, 255);
	}
	#rText {
		color: #286090;
	}
	#eText {
		color: rgb(255, 0, 0);
	}
	input, select {
		margin: 10px;
	}
</style>