/* Stylesheet.css */ 
/*  This is for the public farm tour pages  */

/*  Annual color changes needed:  
	background:  #FFB200
	headings:      #9B0098
	color 1:          #586496
	color 2:          #C6756F  */

/* Body text and page background */
body{
font-family: Times, Serif;
font-size: medium;
color: #000000;

}

.color1{
background: #C6756F;
}

.color2{
background: #C49C9A; 
}


.print {
background: #ffffff;
color: #000000;
}

p.printhead {
font-size: large;
color: #000000;
text-align: center;
}

/* Level-1 Headings */
h1{
font-family: Algerian, Playbill, Fantasy;
font-size: xx-large;
color: #777D96;
text-align: center;
}

/* Level-2 Headings */
h2{
font-family: 'Arial Black', Gadget, Sans-serif;
font-size: large;
color: #777D96;
font-style: italic;
}

/* Level-3 Headings */
h3{
font-family: 'Monotype Corsiva', Cursive;
font-size: x-large;
color: #777D96;
text-align: center;
}

/* Level-4 Headings */
h4{
font-family: Times, Serif;
font-size: small;
color: #777D96;
text-align: center;
}


/* smallest paragraph  */
p.tiny {
font-size: x-small;
color: #000000;
}
 
/* links - change un visited to black - not used  
A:link {
color: #000000;
}  */


/* links - hover changed to red  - not used 
A:hover {
color: #FF0000;
}  */



/* Blockquote with blue background  - not used */
blockquote.tip {
background-color: #99ffff
}


/* Blockquote with pink background  - not used*/
blockquote.warn {
background-color: #ff99cc
}
