/*
	 	

https://brand.wsu.edu/media/web/web-standards/	 	 

As a general rule of thumb, if your styles target aspects of the spine	 	 

(#spine), that's against standard, whereas if you're styling elsewhere on	 	 

the page, it's all good.	 	 

h4 {	 	 

 font-size: 18px;	 	 

 color: #000;	 	 

}	 	 

h5 {	 	 

 font-size: 12px;	 	 

 color: #000;	 	 

}	 	 

*/
/* These styles disabled by CAS Communication 3/30/2026 - Sean Robertson - seabertson@wsu.edu
/* This medium/light gray background is producing poor color contrast for links
body {
	background-color: #ccc;
	font-size: 14px;
	color: #111;
	border: 1px solid;
}

a {
	color: #981e32;
}
/* I don't think this style is targetting anything on the current theme - SR. 
.main-header {
	background-color: #000;
	padding-top: 2px;
	font-size: 12px;
	height: 57px;
	color: #fff;
}*/