body { 
  background: #cc6 none;
  color: #010101; 
}

p {
    margin: 20px 60px;
    padding: 0px 40px;
    text-indent: 20px;
}

h1 { 
    border: solid 2px #36f;
    margin: 20px 0x;
    padding: 0 60px;
    width: 100%;
    white-space: nowrap;
    background: #dcdcdc none;
    color: #222222;
    text-align: left;
    letter-spacing: 3px;
    font-size: 1.4em;
    font-weight: bold;
}

h2 { 
    border: solid 2px #39f;
    margin: 20px 0x;
    padding: 0 60px;
    width: 100%;
    white-space: nowrap;
    background: #dcdcdc none;
    color: #222222;
    text-align: left;
    letter-spacing: 3px;
    font-size: 1.2em;
    font-weight: bold;
}

.link1 { 
    margin: 5px 40px;
    padding: 2px 40px 0 20px;
	width: 100%;
    background: #CC3 none;
    color: #000;
    border: dashed 1px #222222;
    font-family: "Times New Roman", Times, serif;
}

.link1 object { display: inline; vertical-align: middle; }

.bdr { border: solid 1px #232323;}

p.foot { 
    margin: 12px 0px;
    white-space: nowrap;
    text-align: center;
    text-indent: 0px;
    font-size: small;
	font-variant: small-caps;
}

.trit {text-align: right;}
