/* brewery.css - style definitions for David's Basement Brewery */ 

BODY { font-family: "Comic Sans MS", cursive, Arial, Helvetica, sans-serif ; 
       background-attachment: fixed } 
	   
H1 { font-size: 2em ; font-variant: small-caps } 
H2 { font-size: 1.5em ; font-variant: small-caps } 

A:hover { color: red } /* Make color change on mouseover */ 
A:link { text-decoration: none ; color: #000099} /* No underline on links */ 
A:active { text-decoration: none ; color: #FF0000} /* No underline on active links */ 
A:visited { text-decoration: none ; color: #660000} /* No underline on visited links */ 

P { font-size: 1.25em }