/*replace the gray 676767 color that gets set in core.css */
body {
	
	color:#000000;
	
}
/*change the library default of blue/pink to the standard law school look - as requested by Communications Office in 11/2014  */
.ms-vb a:link, .ms-vb2 a:link, .ms-vb-user a:link, a:link {
	
	color:blue;
	text-decoration:none;
}

.ms-vb a:visited, .ms-vb2 a:visited, .ms-vb-user a:visited, a:visited {
	color:#993399;
	text-decoration:none;
}
.ms-vb a:hover:visited, .ms-vb2 a:hover:visited, .ms-vb-user a:hover:visited, a:hover {
	
	color:blue;
	text-decoration:underline;

}