/* WebWoman Stylesheet  */
BODY {
	color: #000000;  /* black */
	background-color: #FFFFFF;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}

/* WebWoman color: #FF3399 */
/* other possible color choices for links: #CC6699, #CC3366, #FF6699 */

A:link, A:visited {
	color: #044392;
	font-weight: bold;
	text-decoration: none;
}

A:hover, A:active {
	color: #ffffff;
	text-decoration: none;
	background-color: #044392;
	border: none;
}

.logo {
	color: #000000;				
	font-size: 32pt;
	font-weight: bold;
	font-style: italics;
	font-family: "Matura MT Script Capitals";
}

H1, H2, H3, H4, H5, H6, H7 {
	font-family: Arial, sans-serif;
}

H1 {
	text-align: left;
}

P.subtitle { 
	text-indent: 0ex;
	text-align: left;
	font-weight: bold;
	font-size: 120%;
 }
 
 .ww {
 	font-style: italics;
	font-family: "Matura MT Script Capitals", "Matura MTScript Capitals";
 }
 
 p.textNav, p.copyright {
 	font-size: 8pt;
 }