/*  Why did you download this? Yeah. I see you. Get your own style. 
    Actually, I don't know if this comment is included when you download it... 
    I could say whatever I want here! */

html
{    
    font-family: monospace;
    font-size: 12px;
    color: #FFFFFF;
    background-color: #000000;
    margin: 1vw;
}

hr
{   
    color: #404040;
    border-style: solid;
}

img
{    
    border-style: none;
    max-width: 100%;
    image-rendering: pixelated;
}

a:link    { color: #FFFFFF; }
a:visited { color: #FFFFFF; }
a:hover   { color: #FFFFFF; }
a:active  { color: #808080; }

a:link.secret    { color: #FFFFFF; text-decoration: none; }
a:visited.secret { color: #FFFFFF; text-decoration: none; }
a:hover.secret   { color: #FFFFFF; text-decoration: none; }
a:active.secret  { color: #FFFFFF; text-decoration: none; }

a:link.nav    { margin-left: 8px; color: #808080; font-size: 1.5em; font-weight: bold; }
a:visited.nav { margin-left: 8px; color: #808080; font-size: 1.5em; font-weight: bold; }
a:hover.nav   { margin-left: 8px; color: #FFFFFF; font-size: 1.5em; font-weight: bold; }
a:active.nav  { margin-left: 8px; color: #FFFFFF; font-size: 1.5em; font-weight: normal; }