p {
	text-align: right;
}
#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;
}
