/*
CSE 190M, Spring 2011, Marty Stepp
CSS styles for world SQL/tables example
*/

.emphasized {
	background-color: yellow;
}

table, td {
	border: 2px dashed blue;
}

