<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* City University of Hong Kong - Run Run Shaw Library */
/* CSS for search guides, online tutorials redirectional pages with instruction */

body {
	font-size: 13px;
	line-height: 1.6; 
	color: #202020; 
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 16px;
}
a {color: #0074a3; text-decoration: none;}
a:hover {color: #2094c3; text-decoration: underline;}


</pre></body></html>