.canvas {
	position: absolute;	
	top: 140px;
}

.heading {

	font-family: "Century Gothic";
	font-size: 12pt;
	margin-left: 20px;
	font-weight: bold;

}

.subject {
	color: #D81E05;
	font-family: "Century Gothic";
	font-size: 12pt;	
	margin-left: 20px;
}

.quote {
	color: #D81E05;
	font-family: "Century Gothic";
	font-size: 12pt;	
	margin-left: 20px;
	font-style: italic;
	font-weight: bold;
}

.whom {
	color: black;
	font-family: "Century Gothic";
	font-size: 12pt;	
	margin-left: 0px;
	font-style: italic;
}

.c1 {
	position: absolute;
        left:97px;
        top: 148px;
        z-index: 1;
}

.c2 {
	position: absolute;
        left:17px;
        top: 423px;
	width: 250px;
	height: 176px;
        z-index: 1;
}

.hl_top {
	position: absolute;
	top: 130px;
	left: 20px;
}

.hl_bottom {
	position: absolute;
	top: 370px;
	left: 100px;
}

.links_canvas {

        position: absolute;
        background-color: white;
        left: 52px;
        width: 200px;
        top: 310px;
        height: 150px;
        font-family: "Helvetica";
}

.link_box {
        margin-top: 15px;
        margin-left: 12px;
        margin-right: 12px;

        border-top: medium solid #9B9E72;
        border-bottom: medium solid #9B9E72;
}

.link_spacing {
        margin: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        border-top: medium solid #9B9E72;
        border-bottom: medium solid #9B9E72;
        border-left: thick solid #9B9E72;
        border-right: thick solid #9B9E72;
}

.link {
        font-family: "Helvetica";
        font-size: small;
        text-decoration: none;
        color: #9B9E72;
        padding-left: 5px;
        margin-left: 10px;
        text-align: center;
}

.link_bullet {
        margin-left: 15px;
}

