/* knightdata style sheet */

a:link { color: blue }
a:visited { color: purple }
a:hover { color: red }

a.button:link { color: yellow; text-decoration: none }
a.button:visited { color: yellow; text-decoration: none }
a.button:hover { color: red; text-decoration: none; background-color: white}

a.button2:link { color: green; text-decoration: none }
a.button2:visited { color: green; text-decoration: none }
a.button2:hover { color: red; text-decoration: none; background-color: white}

body { font-family: Arial, sans-serif; color: green; background: rgb(255,255,213) }
h1 { font-size: x-large; font-weight: bold; text-align: center }
p.box { font-weight: bold; color: yellow; background: green; text-align: center; margin: 12pt 24pt; border: 2px outset green } 
p.boxy { font-weight: bold; color: yellow; background: rgb(255,255,213); text-align: center; margin: 12pt 24pt }
p.nav { font-family: Arial, sans-serif; font-size: x-small; font-weight: bold; 
color: #004080; text-align: right; margin: 2pt 5% }