<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Font */
body {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
}
* {
    outline: none;
}
a {text-decoration:none !important;}
#MyBodySite a:link {text-decoration:none !important; color:rgba(30,78,132,0.7) !important; !important; transition: color 0.2s linear !important;}
#MyBodySite a:hover {color:rgba(30,78,132,1) !important;}</pre></body></html>