body
{
background-color: #8416bf;
color:#ffa0ff;
}

a:link
{
color:#ff60ff;
}

a:visited
{
color:#f00090;
}

a:hover
{
color:#ffffff;
}

.sidebar
{
position: absolute;
left: 10px;
width: 150px;
text-align: left;
}

.content, .headerimage
{
margin-left: 18%;
margin-right: 5%;
padding: 10px;
}

.headerimage
{
text-align:center;
}

.pinkcontent
{
margin-left: 16%;
}

.docksidebar
{
position: absolute;
left: 8px;
width: 150px;
text-align: left;
background: rgb(84, 48, 11);
border-style: solid;
border-color: rgb(12, 6, 0);
border-width: 8px;
}

.footer
{
text-align: center;
}

img
{
vertical-align: bottom;
}

.mobileplebs
{
display: none;
}

.mobileplebs a:link
{
padding: 16px 32px 16px 32px;
font-size: 1.1em;
}

.mailboxarea
{
min-height: 75px;
}

img.mailboximg
{
max-width: none;
}
@font-face
{
font-family: MorePerfectDOSVGA;
src: url("dos/MorePerfectDOSVGA.ttf") format("truetype");
}

body
{
background-color: rgb(0, 0, 0);
color: rgb(255, 85, 255);
font-family: MorePerfectDOSVGA, Terminal;
}

.all
{
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
}

.topbar
{
background-color: rgb(0, 0, 170);
height: 50px;
font-size: 40px;
color: rgb(170, 170, 170);
position: fixed;
width: 100%;
top: 0px;
z-index: 1;
text-align: center;
}

.textarea
{
top: calc(5vh + 25px);
position: relative;
border-style: double;
border-width: 0px;
border-color: rgb(170, 0, 170);
padding: 10px;
margin: 0px 10px 0px 10px;
padding-right: 5%;
padding-left: 5%;
font-size: 1.06em;
}

h1
{
text-align: center;
color: rgb(255, 85, 255);
font-weight: normal;
}

h3
{
font-weight: normal;
}

a:link, a:visited
{
color: rgb(0, 170, 0);
}

a:hover
{
color: rgb(85, 255, 85);
color: rgb(0, 0, 0);
background-color: rgb(255, 255, 255);
}

.topbar a:link, .topbar a:visited
{
color: rgb(170, 170, 170);
text-decoration: none;
padding-right: 5%;
padding-left: 5%;
}

.topbar a:hover
{
color: rgb(0, 0, 0);
background-color: rgb(255, 255, 255);
}

.footer
{
position: absolute;
bottom: 0px;
margin-right: auto;
margin-left: auto;
left: 0px;
right: 0px;
text-align: center;
}

hr
{
border-style: none;
width: 60%;
height: 1px;
background-color: rgb(0, 0, 170);
}

.mailboxarea
{
color: rgb(187, 187, 187);
border-style: solid;
border-width: 2px;
min-height: 0px;
padding: 8px 14px 8px 14px;
}

.mailboxareaouter
{
background-color: rgb(0, 0, 170);
padding: 6px;
}

span.fakelink
{
text-decoration: underline;
cursor: pointer;
color: rgb(0, 170, 0);
}

@media only screen and (max-width: 900px)
{
.topbar
{
font-size: 36px;
}

.topbar a:link
{
padding-right: 2%;
padding-left: 2%;
}
}

@media only screen and (max-width: 600px)
{
.topbar a:link
{
padding-right: 0%;
padding-left: 0%;
}
}

@media only screen and (min-width: 1700px)
{
body
{
font-size: 1.2em;
}

.textarea
{
padding-right: 10%;
padding-left: 10%;
}
}