<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">Body {
/*      background-image: url('stars.jpg');
        background-repeat: repeat;
        background-attachment: fixed;
        background-position: center right; */
        background-color: FCFBE3; /*cream*/
        background-color: FFFFFF; /*white*/
        color: black;
        border: 90px solid transparent;
        -moz-border-image:url("/Videos/border300.jpg") 90 90 round; /* Old firefox */
        -webkit-border-image:url("/Videos/border300.jpg") 90 90 round; /* Safari */
        -o-border-image:url("/Videos/border300.jpg") 90 90 round; /* Opera */
        border-image:url("/Videos/border300.jpg") 90 90 round; 
        font-family: 'Roboto', serif; /* Roboto */
	font-size: 18pt;
 }

.hide{ position: absolute; left: -200em; top: -9999px; visibility:visible; }

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}

li{
  margin: 10px 0;
}
</pre></body></html>