<STYLE TYPE="text/css">
html
{
}
body
{
    background-color: #171717;
    color: #ebebeb;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 15px;
    width: 90vw;
    font-family:Inconsolata,monospace;
    font-weight:400;
    font-size:16px;
    line-height:1.5;
    border-style: solid;
    border-width: 2px;
    padding: 10px;
    border-radius: 10px;
}
a {
    color: #00FFFF;
}
a:visited {
    color: #00FFFF;
}
h1
{
    border-style: solid; 
    border-radius: 10px;
    padding: 10px;
    text-align: center;
}
h2
{
    border-bottom-style: solid;
}
h3
{
    border-bottom-style: double;
}
h4
{
    margin-top: 0px;    
    margin-bottom: 0px;
    border-bottom-style: dotted;
}
ul
{
    margin-top: 0px;  
}
.blog
{
    margin-left: auto;
    margin-right: auto;
    width: 75%;
}
p 
{
    text-align: left;
    
    max-width: 40em;
}
.indent-details
{
    margin-top: 2px;
    margin-left: 2px;
    padding-top: 1px;
    padding-left: 10px;
    border-left-style: solid;
}

