/* uksga 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: navy; text-decoration: none }
a.button2:visited { color: navy; text-decoration: none }
a.button2:hover { color: red; text-decoration: none; background-color: white}

body { font-family: Arial, sans-serif; color: navy; background: rgb(224,255,255) }
h1 { font-family: Times New Roman; font-style: italic; font-size: 24pt; font-weight: bold; text-align: left }
h2 { font-size: 18pt; font-weight: bold; text-align: left }
h3 { font-size: 14pt; font-weight: bold; text-align: left }
h4 { font-size: 12pt; font-weight: bold; text-align: left }
p { font-size: 10pt }
li { font-size: 10pt }
td { font-size: 10pt }
p.box { font-weight: bold; color: yellow; background: navy; text-align: center; margin: 6pt 6pt; border: 2px outset navy } 
p.boxt { font-weight: bold; color: yellow; background: navy; text-align: center; margin: 1pt 1pt; border: 2px outset navy }
p.boxb { font-weight: bold; color: yellow; background: blue; text-align: center; margin: 6pt 6pt; border: 2px outset blue }
p.nav { font-weight: bold; color: navy; text-align: right; margin: 2pt 5% }
