H1 { 
	align: center;
	color: #0000AB; 
	font-variant: small-caps;
	font-size: 36pt;
	text-transform: capitalize; 
   }


DIV.header { 
/*
	background-image: url(b2w.gif);
	background-repeat: no-repeat;
	background: white;
	background: url(b2w.gif) repeat-y white;
	color: white;
	background: RoyalBlue;
*/
	margin-left: -10%;
     }

DIV.cv {
//	margin-left: 10%;
//	background: b2w.gif repeat-y; 
 }

DIV.end {
	margin-left: -10%;
	text-align: right;
        }

BODY {
//	background: b2w.gif repeat-y; 
	background: white;
}

H2 { 
	color: white;
	background: #4169e1;   /* RoyalBlue */
	font-family: sans-serif;
	font-style: normal;
	font-variant: small-caps;
	font-size: 16pt;
	margin-right: 0;
	border-width: 0;
	border-color: #000000;
	border-style: solid;
	align: center;
/*	padding-top: 3pt;
	padding-right: 100%; 
	padding-bottom: 3pt;
	padding-left: 2%; */
	white-space: nowrap;
/*     padding: 3pt 100% 3pt 2%; */
   }

em {
	color: red
   }

TABLE { 
	pack: tight;
	align: left;
      }
TH { 
	align: left;
}

TD.multirow { 
	vertical-align: top; 
            }

TD.address {
	font-family: monospace;
           }

A {
	color: #483d8b;  /* DarkSlateBlue */
  }

I { 
	color: #8b0000;  /* DarkRed */
  }

B {
	color: #00008b;  /* DarkBlue */
  }

LI.header {
	font-style: bold;
	}
