@import url("a1.css");body      { background-color: transparent; background-image: url("../images/yorkmbg.jpg"); background-repeat: repeat-y }p         { color: black; font-size: 0.85em; font-family: Arial, sans-serif, Verdana; line-height: 1.3em; background-color: #fffded; text-align: justify; margin: 0.1em; padding: 0.6em; outline-style: solid; outline-color: purple }td {}h1    { color: maroon; font-size: 1.5em; font-family: Palatino, Georgia, "Times New Roman"; font-style: italic; background-color: #fffdda; text-align: center; margin: 0.5em; padding: 0.5em; outline-style: solid; outline-color: maroon }h2   { color: navy; font-size: 1em; font-style: oblique; line-height: 1.3em; background-color: #fffdda; text-align: center; margin: 1em; padding: 0.5em; outline-style: solid; outline-color: navy }a          { color: purple; font-size: 1.1em; font-family: Palatino, Georgia, "Times New Roman"; font-style: italic; text-decoration: none; background-color: #fffbc6 }a:hover { font-weight: bold; background-color: yellow }a:visited { color: blue }