body { font-family: sans-serif ; background: gray; /* color: rgb(143, 185, 58) ; */ color: white; } main { max-width: 800px ; margin: auto ; } img { max-width: 100% ; } header h1 { text-align: center ; } footer { text-align: center ; clear: both ; } /* For TAGLIST.HTML */ .taglist { text-align: center ; clear: both ; } /* For NEXTPREV.HTML */ #nextprev { /* The container for both the previous and next articles. */ } #prevart { float: left ; text-align: left ; } #nextart { float: right ; text-align: right ; } #nextart,#prevart { max-width: 33% ; } /* a { color:red } Globally */ /* Each state */ a:visited { text-decoration: none; /* color:red; */ } a:hover { text-decoration: none; /* color:blue */; } a:focus { text-decoration: none; /* color:yellow */; } a:hover, a:active { text-decoration: none; /* color:black */ }