body { font-family: Inter, Roboto, "Helvetica Neue", "Arial Nova", "Nimbus Sans", Arial, sans-serif; } a:link { color: blue; text-decoration: none; } a:visited { color: red; text-decoration: none; } a:hover { color: purple; text-decoration: none; } a:active { color: gray; text-decoration: none; } h1 { background-color: yellow; border-width: thin; border: solid; font-size: 125%; font-variant: small-caps; font-weight: bold; text-align: center; } h3 { background-color: red; font-size: 100%; } h6 { font-size: 70%; font-weight: lighter; text-align: center; } header { text-align: center; } img { border: 0; } p { text-align: justify; } table { border-collapse: collapse; border-spacing: 0; vertical-align: top; width: 100%; } td, th { padding: 0; vertical-align: top; } .main { padding-left: 1em; padding-right: 1em; } .nav { width: 160px; } .pull-left { float: left; padding-right: 10px; }
