HTML { background: #fff; 
       color: #000
     }

body { font-family: arial, helvetica, sans-serif;
       background-color: #fff;
       color: #000;
       font-size: 16px;
       text-align: left;
	    margin-left: 15px;
   	    margin-right: 15px
	  }

div.pnote { font-size: small;
          padding: 15px;
		   }

p.norm { margin-left: 30px;
    	 margin-right: 30px;
	   }

p.bldsmlcntr {font-weight: bold;
              font-size: small;
              text-align: center
             }
             
p.header {font-weight: bold}

p.headerlarge {font-size: 28px;
               font-weight: bold;
               text-align: center;
			   margin-left: 0px;
				 }


p.footcredits {font-size: small;
  				text-align: left;
	  			}	  			
p.smfootright {font-weight: bold;
               font-size: small;
               text-align: right
              }

td.contcell {background-image: url('tux_apc.jpg');
             background-color: #fff
             }
