input.text {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	border: thin inset #FFD700;
	background-color: #C8EAF2;
}

a {
	color: Blue;
}
a:hover {
	color: Red;
}

