
body { color: black; margin: 5 20 }

body { font: 12pt Arial, sans-serif}

body { background-color: #F5F0A3 }

a:link {color: blue}
a:active {color: red}
a:visited {color: purple}

h1,h2 {text-align: center}

div.copyright { font-style: italic; text-align: right }

.left { text-align: left }
.right { text-align: right }
.center { text-align: center }