p {
	text-align: left;
}
#foot {
	width: 100%;
	font-size: smaller;
	position: fixed;
	bottom: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #303030;
	color: #FFFFFF;
}
a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
        color: #FFFFFF;
}
a:visited { color: white; }
a:hover, a:active { color: red; }
#back { text-align: right; }

