body {
	text-align: center;
}

.strip {
	font-family:georgia;
	font-size:16pt;
	font-weight:bold;
	padding-top:40px;
}

.date {
	font-family:georgia;
	color:#CC3333;
	font-size:11pt;
}


A {
        color: green;
        font-style: normal;
        text-decoration: none;
}
A:link {
        color: green;
        font-style: normal;
        text-decoration: none;
}
A:visited {
        color: green;
        font-style: normal;
        text-decoration: none;
}
A:active {
        color: green;
        font-style: normal;
        text-decoration: none;
}
A:hover {
        color: green;
        font-style: normal;
        text-decoration: none;
        font-weight: bold;
}

.foot {
	margin: auto;
	font-family:georgia;
	font-size:8pt;
	padding-top:60px;
	width:490px;
}

IMG {
        border: 0;
}

