body, H1, .H2, P, UL, LI, .name, ADDRESS, .date, .subp, A {
      font-family : Arial, Helvetica, sans-serif;
}

BODY, P, ADDRESS, .subp { color : #668; }

.h2, .name, .date { color : #446; }

.h2, P, UL, LI, .subp  {
	font-size : 10pt;
}

BODY {
	background : #fffefe;
	margin: 20pt 30pt 30pt 30pt;
}
  
H1, H1 a {
	font-size : medium;
	text-transform : uppercase;
	margin : 20pt 0pt 0pt 0pt;
	padding : 4pt 4pt 4pt 4pt;
         color : #fff;
         background: #446;
}

.h2 {
	font-weight : bold;
  	margin : 10pt 0pt 0pt 0pt;
         padding : 3pt 3pt 3pt 3pt;
	/* text-align : left; */
	clear : none;
	background: #eef;
}
  
p {
    margin : 3pt 3pt 3pt 3pt;
	text-align : left;
	/* clear: both; */
	/* background: #CFC; */
	  
}

.subp {
	margin: 8pt 0pt 0pt 20pt;
	font-style: italics;
}

LI { list-style-type: disc }
  
.name {
	letter-spacing : 5pt;
	text-align : center;
	font-weight : bold;
	margin: 0 0 4 0;
}
  
ADDRESS {
    font-size : 9pt;
    text-align : center;
	font-style : normal;
}
  
.date {
    /* display: inline; */
	float : right;
	text-align : right;
    font-size : x-small;
    font-weight : bold;
	margin : 12pt 0pt 0pt 0pt;
	width: 80pt;
	/* background: #CDC; */
}

.summary {
	margin : 0pt 0pt 0pt 0pt;
}

A:link, A:visited, A:active { text-decoration: none }

A:link { color : #C66; }
A:visited { color : #B99; }
A:active { color : #F00; }
A:hover { color : #F99;
    text-decoration: underline;
}

