/* alsager 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.button2:link { color: #000080; text-decoration: none }
a.button2:visited { color: #000080; text-decoration: none }
a.button2:hover { color: red; text-decoration: none; background-color: white}

body { font-family: Arial, sans-serif; color: #000080; background: #FFFFD5 }
h1 { font-size: x-large; font-weight: bold }
h2 { font-size: large; font-weight: bold }
li { font-size: 10pt }
table { font-size: 10pt }
p { font-size: 10pt }
p.small {font-size: 10pt }
p.box { font-family: Arial, sans-serif; font-size: 10pt; font-weight: bold; color: yellow; 
background: #000080; text-align: center; border: 2px outset #000080; margin: 1pt } 
p.onebox { font-family: Arial, sans-serif; font-size: 10pt; font-weight: bold; color: yellow; 
background: #000080; text-align: center; border: 2px outset #000080; margin: 3pt 40% } 
p.nav { font-family: Arial, sans-serif; font-size: 10pt; font-weight: bold; 
color: #000080; text-align: right; margin: 2pt 5% }

.men {color: navy }
.ladies {color: red }
.mixed {color: purple }
.juniors {color: green }
.social {color: blue}