body{
    padding: 10px;
    margin: 0 auto;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
p, h3 {
    display: block;
}
a {
    text-decoration: none;
    color: black;
}
a:hover{
    color: lightseagreen;
}
.highlighted1{
    color: rgb(116, 201, 4);
    background-color: #ebebeb;
    width: 155px;
}
.highlighted2{
    color: rgb(116, 201, 4);
    background-color: #ebebeb;
    width: 160px;
}
.highlighted3{
    color: rgb(116, 201, 4);
    background-color: #ebebeb;
    width: 425px;
}
.highlighted4{
    color: rgb(116, 201, 4);
    background-color: #ebebeb;
    width: 522px;
}
img {
    display: block;
}
.v6img {
    max-width: 60%;
}
#wless_pic {
    max-width: 40%;
}
code {
    font-size: 15px;
}
.rommon_output_table {
    border: 1px solid black;
    text-align: left;
    padding: 3px;
}
.bigimg{
    width: 67%;
}
div {
    display: inline;
}
#temp{
    max-width: 95%;
}