@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;600&display=swap');

html {-webkit-font-smoothing: antialiased;}

body {background: #fff; color: #000; font: 100%/1.5em 'Roboto Mono', monospace;}
a {border: none; color: #039; text-decoration: none;}
a:hover {text-decoration: underline;}
a:focus {outline: none;}
img, a, a img {border: none;}
img {max-width: 100%; vertical-align: top;}/*  does not exceed the width of its container  */
.clear {clear: both;}
.hide {display: none;}
.rule {height: 1px; background: #eee; margin: 20px 0;}
.rule hr {display: none;}
.devnote {background: lightyellow; color: red; padding: 5px;}

.ffont {font-family: 'Roboto Mono', monospace;}

