body { background-color: black; /* color: orange; padding: 12px 20% 12px 5%; margin: 10em; outline: 3px double orange; outline-offset: 10px;*/ } h1 { background-color: green; color: black; } p { outline: 3px double red; padding: 15px; line-height: 1.2; margin-left: 10em; margin-right: 10em; } .aside img { float: left; border-radius: 3px; border-top: 2px groove purple; border-left: 2px groove purple; border-right: 3px solid purple; border-bottom: 3px solid purple; } .right { text-align: right; } #nav a { display: block; float: right; width: 60px; padding:0px 1px 0px 1px; margin: 1px; text-align: center; text-decoration: none; border-left: 1px solid black; border-right: 1px solid black; } #nav a:link { background-color: orange; color: black; outline: 1px solid gray; outline-offset: 1px; } #nav a:hover { background-color: red; color: black; } #nav a:active { background-color: blue; color: white; } #nav a:visited { background-color: purple; color: white; }