DIV.foot  {
	padding : 1em;
	font-size : xx-small;
	font-family : Book Antiqua;
	font-weight : normal;
	font-style : normal;
	text-align : center;
	float : both;
	margin-left : 1px;
	margin-top : 1px;
	margin-bottom : 1px;
	margin-right : 1px;
	text-decoration : none;
	color : Black;
}

A:hover  {
	color : red;
}

div.large  {
	padding : 1em;
	font-size : x-large;
	font-family : Book Antiqua;
	font-weight : bold;
	font-style : normal;
	text-align : center;
	float : both;
	margin-left : 1px;
	margin-top : 1px;
	margin-bottom : 1px;
	margin-right : 1px;
	text-decoration : none;
	color : Black;
}

div.medium  {
	padding : 1em;
	font-size : large;
	font-family : Book Antiqua;
	font-weight : normal;
	font-style : normal;
	float : both;
	margin-left : 1px;
	margin-top : 1px;
	margin-bottom : 1px;
	margin-right : 1px;
	text-decoration : none;
	color : Black;
}

