/* cheshire union of golf clubs main 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: #004080; text-decoration: none }
a.button2:visited { color: #004080; text-decoration: none }
a.button2:hover { color: red; text-decoration: none; background-color: white}

body { font-family: Arial, sans-serif; color: #004080; background: #FFFFD5 }
h1 { font-size: x-large; font-weight: bold }
h2 { font-size: large; font-weight: bold }
h3 { font-size: medium; font-weight: bold }
p.large {font-size: large }
p.small {font-size: small }
p.xsmall {font-size: x-small }
p.xxsmall {font-size: xx-small }
p.box { font-family: Arial, sans-serif; font-size: x-small; font-weight: bold; 
color: yellow; background: #004080; text-align: center; border: 2px outset #004080; 
margin: 2pt 5% } 
p.onebox { font-family: Arial, sans-serif; font-size: x-small; font-weight: bold; 
color: yellow; background: #004080; text-align: center; border: 2px outset #004080; 
margin: 2pt 40% } 
p.nav { font-family: Arial, sans-serif; font-size: x-small; font-weight: bold; 
color: #004080; text-align: right; margin: 2pt 5% }