body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: #0077ff;
    margin: 10;
    padding: 10;
}

.page {
background-color: brown;
margin: 10px;
padding: 10px;
}

.content {
    max-width: 800px;
    margin: 20px auto;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

header, nav, section, article, aside, footer {
    padding: 20px;
    margin: 10px 0;
}

nav a {
    margin: 0 10px;
    text-decoration: none;
    color: #333;
}

nav a:hover {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
}

link {
    color: #030bff;
    background-color: yellow;
}


/* Notes: 
1. Attempted to remove page specific styles from this document.
2.
3.
4.
*/
html {
    background-color: rgb(84, 200, 236); /* Color for the entire page */
    padding: 3em;
    max-width: 1000px; 
}
#wrapper {

    width: 1000px;    
    padding: 3px;
    background-color: rgb(58, 255, 91);
    border: dashed;
    border-color: rgb(255, 0, 0);
    border-width: 10px; 
    position: center;
    color: black;

}
/* note spacer*/
body {

    font-family: arial, times, sans-serif;
    font: arial, times, sans-serif;
    font-size: 1em;

    height: auto;
    width: 1000px; 
    position: relative;
    color: rgb(23, 11, 131); /* A bit off of black towards blue*/
    background-color: rgb(58, 255, 199);
    padding: 2em;
}

h1 {
    font-family: arial;
    text-align: center;
}
h4 {
    font-family: arial;
    text-align: center;
}

a {
line-height: 2;
text-decoration: none;
color: gold;
}
a:visited {
    color: rgb(255, 0, 0);
    background-color: rgb(173, 156, 156);
    text-align: right;
    text-decoration: underline;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color:rgb(72, 255, 0); /* Different text color on hover */
}
a:link {
color:rgb(205, 138, 50);
}
a:active {
    color: red;
    background-color: rgb(0, 0, 255);     /*Color change background color when currently clicked on */
    text-decoration: none;
}
div {
    margin: auto;
    padding: 1em;
    border: dashed;
    border-width: 3px; 
    border-color: rgb(128, 0, 255);
    background-color: aqua;
    max-width: 800px;
}
header {
    background-color: rgb(103, 166, 255);
    padding: 1em;
    border: solid;
    border-color: rgb(255, 0, 0);
    border-width: 4px; 
    height: 250;
    position: relative;
    padding-bottom: 300px;
}
nav {
    font-size: 1em;
    background-color: rgba(76, 0, 255, 0.385);
    padding: .5em;
    border: dashed;
    border-color: rgb(225, 255, 0);
    border-width: 4px; 
    height: 150px;
    width: auto;
    position: relative;
}
section {
    padding: 1em;
    border: dashed;
    color: blue; /*Different from black as you wanted. I prefer black.*/
    border-color: rgb(38, 0, 255);
    border-width: 3px; 
    background-color: rgb(249, 255, 160);
}
aside {
    font-size: 0.7em;
    
    padding: 1em;
    border: dashed;
    border-width: 4px; 
    border-color: rgb(255, 247, 0);
    background-color: rgb(245, 191, 191);
    width: auto;
}
footer {
    
    color: rgb(0, 0, 0);
    padding: 1em;
    padding-top: 2em;
    padding-bottom: 2em;
    background-color: rgba(205, 0, 0, 0.565);
    border: dashed;
    border-color: rgb(0, 34, 255);
    border-width: 5px; 
    position: center;
    width: auto;
    height: auto;
    font-size: 0.8em;
}
.InPageNav{
    text-align: center;
}
#offset1 {
    position: absolute; /* Offset based off standard position*/
    top:    360px; 
    left:   65px;
}
.right_space {
    margin: 30px;
    text-align: center;
}
#NavCurrentPage {

    color: white;
    background-color: rgb(204, 27, 27);
    
}
.bottom {
    padding: 1em;
}