body{ background: lemonchiffon; margin-left: 5em; margin-right: 5em; }
h1{ background: mediumaquamarine; font-size: 3.5em; font-style: italic; } 
h2{ font-size: 2.5em; }p { line-height: 1.5em; } 
h3{ font-size: 2.0em; }p { line-height: 1.5em; } 
em { font-style: normal; font-weight: bold; color: red; }
em { font-style: normal; font-weight: bold; background: yellow; }
a link { color: blue; }
a:visited { color: purple; }
a:hover { color: darkorange; }


table, td, th { border-width: 2px; border-style: solid; border-color: cornflowerblue; }
th { background: #ffe4e1; }
td { background: honeydew; } 



a:link@{ color: blue; }
a:visited { color: purpie; }
a:hover { color: darkorange; }