BODY    { background-attachment: fixed;
                       background-color: Black;
					   color: Black;
                       font-family: Helvetica, Arial, Verdana, sans-serif }
		
td, A.link { text-decoration: none }

.header  { background-color: #0066CC;
				   font-weight: bold;
	               text-align: left;  }  /*  #636331              CDC477     */
		
.content  { background-color: #CCCC66; }  /* #9C9C63      EEE8AA; */
		
.sectionHeader	{ font-family: Arial, Helvetica, Verdana, Palatino, sans-serif;
								font-weight: bold;
								font-size: 16px;
								text-decoration: none; }
		
.b	{ font-weight: bold; }
		
.i	{ font-style: italic; }

P       { text-decoration: none;
          background-color: transparent;
	      color: yellow;
          font-family: Arial, Palatino, sans-serif }

P.black { color: #000000; font-weight: normal; }

H1      { color: blue;
          background-color: transparent;
          font-family: "Times New Roman", Chicago, serif }

H2      { color: maroon;
          background-color: transparent;
	  font-family: "Times New Roman", Chicago, serif }

H3      { color: blue;
          font-style: italic;
          background-color: transparent;
	  font-family: "Times New Roman", Chicago, serif }

A:link  { text-decoration: none;
          background-color: transparent;
	  color: red;
          font-family: Arial, Palatino, sans-serif }

A:visited { text-decoration: none;
	    color: red;
            background-color: transparent; }

A:hover   { text-decoration: blink;
            color: red;
            background-color: yellow; }

A:active  { color: blue;
            background-color: transparent;
            text-decoration: underline; }
