.blogheader {
    width: 90%;
    text-align: center;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid;
    border-radius: 10px;
    -moz-box-shadow: 10px 10px 4px #777777;
    -webkit-box-shadow: 10px 10px 4px #777777;
    box-shadow: 10px 10px 4px #777777;
    background: lightblue;
    color: #000;
}

.blogfooter {
    width: 90%;
    background-color: lightblue;
    text-align: center;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid;
    border-radius: 10px;
    -moz-box-shadow: 10px 10px 4px #777777;
    -webkit-box-shadow: 10px 10px 4px #777777;
    box-shadow: 10px 10px 4px #777777;
}

body{
    background-color: lightblue;
}

.blogbody {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    width: 95%;
    font-size: medium;
    font-weight: normal;
    background-color: navy;
    
    margin-left: auto;
    margin-right: auto;
    line-height: 100%;
    border: 1px dotted lightblue;
    padding: 10px;
    border-radius: 10px;

}


.blogentry {
    border: 1px dotted black;
    background: #cfcaca;
    border-radius: 10px;
    padding: 0.2em;
    width: 90%;
    margin: 1em auto 0;
    -moz-box-shadow: 10px 10px 4px #777777;
    -webkit-box-shadow: 10px 10px 4px #777777;
    box-shadow: 10px 10px 4px #777777;

}

body {
    margin-left: 0.2in;
    margin-right: 0.2in;
    color: black;
    background-color: skyblue;
    background-attachment: fixed;
    width: 95%;
    font-family: Merriweather, serif, Georgia;

}


table {
    border: 1px solid black;
    border-collapse: collapse;
}

th {
    color: white;
    background-color: black;
    border: 1px solid white;
    border-collapse: collapse;
}

tr {
    color: black;
    background-color: lightblue;
    border: 1px solid black;
    border-collapse: collapse;
}

td {
    color: black;
    background-color: lightblue;
    border: 1px solid black;
    border-collapse: collapse;
}


.list50 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid;
    background: lightgray;
}


h2.date {
    font-family: arial, helvetica;
    font-size: 12pt;
    color: lightsteelblue;
    background: darkslateblue;
    font-weight: bold;
    text-align: right;
    text-transform: uppercase;
    margin-top: 10px;
    padding: 10px;
}

h2.center {
    font-family: arial, helvetica;
    font-size: 12pt;
    color: lightsteelblue;
    background: blue;
    font-weight: bold;
    text-align: right;
    text-transform: uppercase;
    margin-top: 10px;
    padding: 10px;
}

.tcenter {
    font-family: arial, helvetica;
    font-size: 14pt;
    color: white;
    background: black;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
    padding: 10px;
    width: 50%
}

p.pc,
p.credit {
    margin-left: auto;
    margin-right: auto;
    text-transform: none;
    text-align: center;
    border: 1px solid;
    background: lightyellow;
    font-size: 1rem;
    padding: 5px;
    font-weight: normal;
    width: 60%;
    font-family: arial, verdana, "courier", "sans serif";
    -moz-box-shadow: 10px 10px 4px #777777;
    -webkit-box-shadow: 10px 10px 4px #777777;
    box-shadow: 10px 10px 4px #777777;
}


img {
    padding: 5px;
    border: 2px;
    margin: 15px;
    background-color: silver;
    border-style: inset;
    border-color: black;
    text-align: center;
    justify-content: center;
    -moz-box-shadow: 10px 10px 4px #777777;
    -webkit-box-shadow: 10px 10px 4px #777777;
    box-shadow: 10px 10px 4px #777777;
}

.title {
    font-family: arial, helvetica;
    font-size: 1.75em;
    color: #00ffff;
    text-align: left;
    background: steelblue;
    font-weight: 600;
    margin-top: 10px;
    border: 1px solid;
    padding: 0.4rem;
    width: 90%
}


.report {
    border: outset;
    border-width: 4px;
    margin: 10px;
    padding: 1rem;
    font-family: monospace;
    font-size: 1.5rem;
    font-weight: normal;
    font-style: normal;
    background: #c9dfdf;
    color: black;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    border-radius: 5px;
    line-height: 1.7;
}

p {
    margin: 5%;
    
    text-transform: none;
    text-align: left;
    
    font-size: 1.5rem;
    line-height: 1.7rem;
    font-weight: 500;
    font-family: helvetica, arial, monospace;
}

h4 {
    font-size: 1rem;
    text-align: center;
    font-family: helvetica, arial, monospace;
    color: black;
    padding: 2px;

}


.white {
    color: white;
}

.lblue {
    color: #75a3ff;
}

.fsserif {
    font-family: Arial, Helvetica, sans-serif;
}


a {
    border: 1px solid;
    font-weight: normal;
    padding: 2px 5px;
    border-radius: 5px;
    text-decoration: none;
    color: black;
}

a:link {

    background-color: #54ff9f;


}

a:visited {
    background-color: skyblue;
}

a:focus {
    background-color: #54ff9f;

}

a:active {
    color: white;
    background: gray;
    background-color: #54ff9f;

}

a:hover {
    background-color: yellow;

}

tr {
    nth-child(even): background-color: #a8a8a8;
    nth-child(odd): background-color: #c0c0c0;
}

td {
    padding: 15px;
}

li {
    padding: 5pt;
    color: black;
    background-color: skyblue;
    font-size: 1em;
    font-weight: 400;
    font-family: helvetica, arial, monospace;
}

li {
    background: #a8a8a8;
}

li:nth-child(odd) {
    background: #c0c0c0;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.center100,
.width100 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}


.center90,
.width90 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

.center80,
.width80 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

.center70,
.width70 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}

.center60,
.width60 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
}

.center50,
.width50 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.center40,
.width40 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
}

.center30,
.width30 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
}

video {
    width: 100%;
    height: auto;
}
