/* IMPORT RESET */ @import url("reset.css"); /* IMPORT 12 COLUMN RESPONSIVE GS */ @import url("responsive.gs.12col.css"); /* EXAMPLE STYLES */ body { font-family: sans-serif; color: black; line-height: 1.2em; text-align: left; background: #fff; } div[role=header] p {margin-bottom:0.5em;} section {margin-top:2em;} article[role=year] {font-size:26pt;line-height:1.2em;} article {font-size:8pt;} a[role=title] {line-break:before;font-style:italic;} span[role=title] {line-break:before;font-style:italic;} span[role=author] {line-break:before;}