/* This CSS defines a few classes of links to standardize the look of University Web sites */
A:link		{ color:#0000ff; text-decoration:underline; }  
A.whiteLink:link	{ color:#ffffff; text-decoration:underline; }  

A:visited	{ color:#002b5f; text-decoration:underline; }
A.whiteLink:visited { color:#cccccc; text-decoration:underline; }

A:hover 	{ color:#000000; text-decoration:none; background: #93bfeb; }
A.whiteLink:hover	{ color:#000000; text-decoration:none; background: #93bfeb; }

