div#main, div.main {
    font-family: monospace;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    color: white;
    width: 80ch;
}
a:link {
  color: white;
}
a:visited {
  color: white;
}
a:hover {
  color: #c5d1c8;
}
a:active {
  color: #FF0000;
}
p.h1 {
    width: 50%;
    font-family: monospace;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: white;
    width: 70ch;
}
img.left {
    float: left;
}
img.right {
    float: right;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
p.return {
    font-family: monospace;
    text-align: left;
    color: white;
    border-top : thick solid white;
    border-bottom: thick solid white;
}
.tab {
    margin-left: 4ch;
    text-align: left;
}
p.c1, p.c2 {
    width: 50%;
    font-family: monospace;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: white;
    width: 70ch;
}
p.c1:after {
    content: "© 2025 All rights reserved.";
}
p.c2:after {
    content: "Site version . 009 { shell }";
}
a.fn, a.an {
    text-decoration: none;
}
a.an:visited{
    color:white;
}
a.an:hover{
    color:white;
}
a.an:active{
    color:white;
}
