<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
}

#header {
    height: auto;
    border: none;
    background: none;
}

#headerTitle {
    text-align: center !important;
}

#navbar {
    margin-right: 0;
    padding-bottom: 0.5em;
    border-bottom: 2px solid #9E151D /* 2px dotted #000 */;
}

#about { display: none; }
#announcements { display: none; }
#archives { display: none; }
#register { display: none; }
#search { display: none; }
#current { display: none; }
#aboutSubmissions { display: none;  }

@media screen and (max-width: 1015 px) {
 #main {
    width: 62%;
 }
}

@media screen and (min-width: 1016 px) {
 #main {
    width: 61%;
 }
}

#content {
    margin: 0;
    padding: 0;
    padding-top: 0.5em;
    font-size: 0.8em;
    border-top: 2px solid #9E151D /* 2px dotted #000 */;
}

#journalDescription {
	text-align: justify;
}

a:link {
    color: #336699;
}
a:visited {
    color: #336699;
}
a:hover {
    color: #9E151D;
    background: #bbddff;
}</pre></body></html>