body {
	font-family: arial, helvetica, sans-serif;
	background: papayawhip;
}

.t {
	background: #ffffff;
	border: black 4px solid;
	width: 90%;
	margin-top: 20px;
}

.copy {
	font-size:8pt;
	text-align:center;
}

a:link { color:firebrick; text-decoration:underline; }
a:visited { color:gray; text-decoration:underline; }
a:active { color:red; text-decoration:none; }
a:hover { color:red; text-decoration:underline; }
