1 body { 2 margin: 2em; 3 padding: 0; 4 font-family: "Trebuchet MS", "Lucida Grande", Helvetica, sans-serif; 5 6 } 7 8 a { 9 text-decoration: none; 10 color: #606060; 11 } 12 13 a:hover, a:active { 14 color: #DF720C; 15 } 16 17 h1 { 18 font-family: "Cochin", "Palatino", "Baskerville", "Book Antiqua", "Times New Roman", serif; 19 font-size: 180%; 20 text-shadow: #DDDDDD 3px 3px 5px; 21 color: #909090; 22 margin-left: -1em; 23 } 24 25 h2 { 26 font-family: "Cochin", "Palatino", "Baskerville", "Book Antiqua", "Times New Roman", serif; 27 font-style: italic; 28 font-size: 140%; 29 color: #DF720C; 30 margin-top: 1.4em; 31 margin-left: -1em; 32 text-shadow: #DDDDDD 3px 3px 5px; 33 } 34 35 h3 { 36 font-size: 110%; 37 color: #909090; 38 }