#footer {
    clear			: both;
    position		: relative;
    z-index			: 10;
    height			: 3em;
    margin-top		: -20px;
}
body {
	background		: offwhite;
	color			: black 
}
a:link { color		: #000c0 }
a:visited { color	: #000080 }
a:active { color	: #ff0000 }
.greeting {
	font			: 60pt verdana;
	align 			: center
}
.plaintext {
	font			: 30pt verdana;
	align			: center;
}
.specialquote {
	font			: 20pt verdana;
	color			: red;
	align			: center;
	font-style		: italic 
}
