/* CSS Document */
p { font-size: 90%; font-family: courier new, courier, mono; color: black }

a { font-family: courier new, courier, mono; text-decoration: none; }

h1 { font-size: 180%; font-family: courier new, courier, mono; color: black }

h2 { font-size: 100%; font-family: courier new, courier, mono; color: black }

h3 { font-size: 100%; font-family: courier new, courier, mono; color: black }

a:link { color: blue; }
a:visited { color: blue; }
a:active { color: blue; }
a:hover { color: red; text-decoration: underline; }
