/*
CSE 190 M, Spring 2012
grades.css - Stylesheet for fake grades page form.
*/

input[type="text"] {
	background-color: yellow;
	font-family: "Courier New", monospace;
}
