a {
	text-decoration: none;
}	

body {
	background-color: #ffffff;
	color: #555555;
	margin: 2% 15%; /* "upper and lower" "right and left" */
	line-height: 140%;
}

h2 {
        margin-top: 3.5em;
        margin-bottom: 1.2em;
        margin-right: auto;
        padding: 3px 0.5em 3px 0.5em;
        text-align: right;
        font-size: 1em;
        background-color: transparent;
	border-color: #009900;
        border-width: 0px 3px 1px 0px;
        border-style: solid;
}

div.header {
	text-align: center;
	color: #cccccc;
        border:none;
        font-size: large;
        font-weight: bold;
        font-family: helvetica, sans-serif;
        padding:3pt 0pt 3pt; /* applied */
	margin: 3em 0em 2em 0em;
}

div.footer {
        border:none;
        text-align: right;
        font-size: small;
        font-family: helvetica, sans-serif;
	margin: 2en 0em;
}       

div.memolink {
        margin-top: 2em;
        margin-right: auto;
        padding: 3px 6px 3px 6px;
        text-align: right;
        font-size: 1em;
        background-color: transparent;
	border-color: #009900;
        border-width: 0px 3px 1px 0px;
        border-style: solid;
}

p {
	font-size: 12px;
}


li {
	font-size: 12px;
}
