/* crewe golf club 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.nav:link { color: #800000; text-decoration: none }
a.nav:visited { color: #800000; text-decoration: none }
a.nav:hover { color: green; text-decoration: none; background-color: white}

body { font-family: Arial, sans-serif; color: #800000; background: #FFFFD5 }
h1 { font-size: x-large; font-weight: bold }
h2 { font-size: large; font-weight: bold }
p.box { font-family: Arial, sans-serif; font-size: x-small; font-weight: bold; 
color: yellow; background: #800000; text-align: center; margin: 2pt 6pt; 
border: 2px outset #800000 } 
p.onebox { font-family: Arial, sans-serif; font-size: x-small; font-weight: bold; 
color: yellow; background: #800000; text-align: center; margin: 2pt 40%; 
border: 2px outset #800000 } 
p.result { font-family: Arial, sans-serif; font-size: x-small; font-weight: bold; 
color: yellow; background: #800000; text-align: center; border: 2px outset #800000 }
p.nav { font-family: Arial, sans-serif; font-size: x-small; font-weight: bold; 
color: #800000; text-align: right; margin: 2pt 5% }