/*************************************
* Style sheet for diganzi.com 
*************************************/
body {
	font-family: Arial, Helvetica, sans-serif;
}

/*************************************
* Set up colors and stuff for links 
*************************************/
/* turn off underlining of links */
a{text-decoration:none}
/* color of link text 
a:link { color: #8CC06E}
/* color of visited links 
a:visited { color: #8CC06E}
/* color of active links while being clicked 
a:active { color: #8CC06E}
/* rollover color of text links 
a:hover { color: #FFC9BF}
*/
/*************************************
* Set up font size and color for 
* functional areas of page 
*************************************/
.menu {
	/* this style is used in left hand text menus */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	/* since menu text is also a link, set font color in the a:XXXX sections */
	color: #8CC06E;
}
.menu:hover {
	/* this style is used in left hand text menus */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	/* since menu text is also a link, set font color in the a:XXXX sections */
	color: #FFC9BF;
}

.contentHeader {
	/* this style is used as header above the brand letters list below the graphic */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #00aa00;
}
.content, .contentLink {
	/* this style is used in the main content area, below the graphic */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
.network {
	/* this style is used in the main content area, below the graphic */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}
.networkLink {
	/* this style is used in the main content area, below the graphic */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #fF0000;
}
.networkLinkLarger {
	/* this style is used in the articles page to link to the brand letters */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #fF0000;
}
.networkLink:hover {
	/* this style is used in the main content area, below the graphic */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFC9BF;
}
.contentLink:hover {
	/* this style is used in the main content area, below the graphic */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFC9BF;
}
.contactSmaller, .contactSmallerLink {
	/* this style is used for the smaller text in the contact area, e.g. 'mailing address' */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #9FA4FF;
}
.contactSmallerLink:hover {
	/* this style is used for the smaller text in the contact area, e.g. 'mailing address' */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #F6B281;
}
.footer {
	/* this style is used in the copyright notice across the bottom of the home page */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #BFBFBF;
}
.header {
	/* this style is used in the top-left header text that appears on most pages */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #F6B281;
}
.header:hover{
	/* this style is used in the top-left header text that appears on most pages */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}
.header2 {
	/* this style is used in the top-left header text that appears on most pages */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFC9BF;
}
.buybutton {
	background-color:#00ff00;
}