p.double {border-style: double;} 
p {color:#3b230f;}
li {color:#3b230f;}
background {background-color:antiquewhite;} 
/*descent selectors*/
Nav ul {
    list-style-type: none;
}

Nav ul li a {
    text-transform: capitalize;
    text-decoration: dotted;
    line-height: 200%;
}
Nav ul li a {color: #211002}
/*multiple tag selectors*/
h1,h2,h3{font-family:serif,Georgia;
    text-align-last: center;}
h2,h3{color:#211002}
h1{ border:dotted; border-style: dotted;color:brown}
.floatright{float: right;padding:8;}
.floatleft{float: left;padding:8;}
img,video,embed {max-width: 60}
aside{text-align: center;}
p{margin:20px;}
h2,h3 {border: thin; border-style: solid;}
